aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/mini_httpd/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-02-04 21:55:53 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-02-04 21:55:53 +0000
commit8c05e7e7761215de8581ae3b8e8bf0932f1b1c76 (patch)
treee0b4d169bdbc15cd31158851dff11612ecc6341e /openwrt/package/mini_httpd/Config.in
parentb436e07724236238d9ddb7c3b384d22131612c65 (diff)
downloadupstream-8c05e7e7761215de8581ae3b8e8bf0932f1b1c76.tar.gz
upstream-8c05e7e7761215de8581ae3b8e8bf0932f1b1c76.tar.bz2
upstream-8c05e7e7761215de8581ae3b8e8bf0932f1b1c76.zip
Added mini-http-htpasswd package, closes request #251
SVN-Revision: 3129
Diffstat (limited to 'openwrt/package/mini_httpd/Config.in')
-rw-r--r--openwrt/package/mini_httpd/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/mini_httpd/Config.in b/openwrt/package/mini_httpd/Config.in
index 7b908815e0..9946633761 100644
--- a/openwrt/package/mini_httpd/Config.in
+++ b/openwrt/package/mini_httpd/Config.in
@@ -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