Added mini-http-htpasswd package, closes request #251
[openwrt/svn-archive/archive.git] / openwrt / package / mini_httpd / Config.in
index 7b908815e0e81605426951f7a85a21829bb397f1..9946633761e4b09a95dbb006b2fb33ac26dbde2d 100644 (file)
@@ -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