diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-22 07:22:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-22 07:22:14 +0000 |
commit | db2c85420f16d7bd162370ccf1480dcc2c7f2401 (patch) | |
tree | bbd57fb48f713f65d71f2264aed711081564eeed /openwrt/package/lighttpd/Config.in | |
parent | 572983ae73912da91da4ed8cc91bdd862bbe4310 (diff) | |
download | mtk-20170518-db2c85420f16d7bd162370ccf1480dcc2c7f2401.zip mtk-20170518-db2c85420f16d7bd162370ccf1480dcc2c7f2401.tar.gz mtk-20170518-db2c85420f16d7bd162370ccf1480dcc2c7f2401.tar.bz2 |
update to new upstream release (v1.4.4), add expire and ssi modules, put some required modules in main package
SVN-Revision: 1971
Diffstat (limited to 'openwrt/package/lighttpd/Config.in')
-rw-r--r-- | openwrt/package/lighttpd/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/lighttpd/Config.in b/openwrt/package/lighttpd/Config.in index f1b7f1e..992cecb 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_EXPIRE + depends BR2_PACKAGE_LIGHTTPD + prompt "...-mod-expire - Expire module" + tristate + default m if CONFIG_DEVEL + config BR2_PACKAGE_LIGHTTPD_MOD_FASTCGI depends BR2_PACKAGE_LIGHTTPD prompt "...-mod-fastcgi - FastCGI module" @@ -68,6 +74,12 @@ config BR2_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST tristate default m if CONFIG_DEVEL +config BR2_PACKAGE_LIGHTTPD_MOD_SSI + depends BR2_PACKAGE_LIGHTTPD + prompt "...-mod-ssi - SSI module" + tristate + default m if CONFIG_DEVEL + config BR2_PACKAGE_LIGHTTPD_MOD_STATUS depends BR2_PACKAGE_LIGHTTPD prompt "...-mod-status - Server status display module" |