diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-04 21:55:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-04 21:55:53 +0000 |
commit | defb36aecc10762e6077e12ca5f4d04362e64c6c (patch) | |
tree | df1b6aa7bbbdbf2d0184c35eb804715633359b9f /package/mini_httpd/Config.in | |
parent | 5c206a7086fb1c089ef6f9c059a3fadf049a5fa1 (diff) | |
download | upstream-defb36aecc10762e6077e12ca5f4d04362e64c6c.tar.gz upstream-defb36aecc10762e6077e12ca5f4d04362e64c6c.tar.bz2 upstream-defb36aecc10762e6077e12ca5f4d04362e64c6c.zip |
Added mini-http-htpasswd package, closes request #251
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3129 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mini_httpd/Config.in')
-rw-r--r-- | package/mini_httpd/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/mini_httpd/Config.in b/package/mini_httpd/Config.in index 7b908815e0..9946633761 100644 --- a/package/mini_httpd/Config.in +++ b/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 |