diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-04 12:11:08 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-04 12:11:08 +0000 |
commit | 264664f4d02f2bcf48e4c850d2494a8b0f173e94 (patch) | |
tree | 431ef6271d54b15b253e30bc90b4c676b431ec05 /package/lighttpd/Config.in | |
parent | 81982836b011624f0bb8929b44540da9bb5e1eee (diff) | |
download | upstream-264664f4d02f2bcf48e4c850d2494a8b0f173e94.tar.gz upstream-264664f4d02f2bcf48e4c850d2494a8b0f173e94.tar.bz2 upstream-264664f4d02f2bcf48e4c850d2494a8b0f173e94.zip |
Add fastcgi subpackage (Thanks aorlinsk for the help)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1331 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lighttpd/Config.in')
-rw-r--r-- | package/lighttpd/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in index fd423358a4..f1b7f1e2ef 100644 --- a/package/lighttpd/Config.in +++ b/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" |