summaryrefslogtreecommitdiff
path: root/openwrt/package/lighttpd/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-07-04 12:11:08 +0000
committerNicolas Thill <nico@openwrt.org>2005-07-04 12:11:08 +0000
commit518fab9488b667c6ddb9e97558450ee855ab1059 (patch)
tree181d21c41c3b8fde9b2db1428f603da2ec247794 /openwrt/package/lighttpd/Config.in
parentacaf1abbe4ec67b0ae02663c8dec8cecd5a445af (diff)
downloadmtk-20170518-518fab9488b667c6ddb9e97558450ee855ab1059.zip
mtk-20170518-518fab9488b667c6ddb9e97558450ee855ab1059.tar.gz
mtk-20170518-518fab9488b667c6ddb9e97558450ee855ab1059.tar.bz2
Add fastcgi subpackage (Thanks aorlinsk for the help)
SVN-Revision: 1331
Diffstat (limited to 'openwrt/package/lighttpd/Config.in')
-rw-r--r--openwrt/package/lighttpd/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/lighttpd/Config.in b/openwrt/package/lighttpd/Config.in
index fd42335..f1b7f1e 100644
--- a/openwrt/package/lighttpd/Config.in
+++ b/openwrt/package/lighttpd/Config.in
@@ -32,6 +32,12 @@ config BR2_PACKAGE_LIGHTTPD_MOD_CGI
tristate
default m if CONFIG_DEVEL
+config BR2_PACKAGE_LIGHTTPD_MOD_FASTCGI
+ depends BR2_PACKAGE_LIGHTTPD
+ prompt "...-mod-fastcgi - FastCGI module"
+ tristate
+ default m if CONFIG_DEVEL
+
config BR2_PACKAGE_LIGHTTPD_MOD_PROXY
depends BR2_PACKAGE_LIGHTTPD
prompt "...-mod-proxy - Proxy module"