X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/445d5e12cf785fd0741298de731fe801d46a8417..8079817d177d5de7e084ff3357b94df8452a76e5:/openwrt/package/mini_httpd/Config.in?ds=sidebyside diff --git a/openwrt/package/mini_httpd/Config.in b/openwrt/package/mini_httpd/Config.in index 2273499fb..994663376 100644 --- a/openwrt/package/mini_httpd/Config.in +++ b/openwrt/package/mini_httpd/Config.in @@ -1,7 +1,7 @@ menu "mini-httpd........................ A small web server" config BR2_COMPILE_MINI_HTTPD - bool + tristate default n depends BR2_PACKAGE_MINI_HTTPD || BR2_PACKAGE_MINI_HTTPD_MATRIXSSL || BR2_PACKAGE_MINI_HTTPD_OPENSSL @@ -31,6 +31,14 @@ config BR2_PACKAGE_MINI_HTTPD http://www.acme.com/software/mini_httpd/ +config BR2_PACKAGE_MINI_HTTPD_HTPASSWD + prompt "mini-httpd-htpasswd............... Utility to generate HTTP access files" + tristate + default m if CONFIG_DEVEL + select BR2_PACKAGE_MINI_HTTPD + help + This file generates .htaccess/.htpasswd files to use HTTP access authentication + config BR2_PACKAGE_MINI_HTTPD_MATRIXSSL prompt "mini-httpd-matrixssl.............. A small web server, built with SSL support using MatrixSSL" tristate