diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-01-20 15:33:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-01-20 15:33:47 +0000 |
commit | 56c89b325d18594376907a8bb841042bca0d5dcc (patch) | |
tree | 7cef4ab9749a158da39f1ebf32dc20040474fe5b /openwrt/package/lighttpd/Config.in | |
parent | ca69e2f5edeeaa12564bfbd7ca949e0325c7da08 (diff) | |
download | mtk-20170518-56c89b325d18594376907a8bb841042bca0d5dcc.zip mtk-20170518-56c89b325d18594376907a8bb841042bca0d5dcc.tar.gz mtk-20170518-56c89b325d18594376907a8bb841042bca0d5dcc.tar.bz2 |
update lighttpd to new upstream release (v1.4.9), add -mod-evasive subpackage.
SVN-Revision: 3028
Diffstat (limited to 'openwrt/package/lighttpd/Config.in')
-rw-r--r-- | openwrt/package/lighttpd/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/lighttpd/Config.in b/openwrt/package/lighttpd/Config.in index cf9dedf..a083928 100644 --- a/openwrt/package/lighttpd/Config.in +++ b/openwrt/package/lighttpd/Config.in @@ -37,6 +37,12 @@ config BR2_PACKAGE_LIGHTTPD_MOD_CGI default m if CONFIG_DEVEL depends BR2_PACKAGE_LIGHTTPD +config BR2_PACKAGE_LIGHTTPD_MOD_EVASIVE + prompt "lighttpd-mod-evasive............ Evasive module" + tristate + default m if CONFIG_DEVEL + depends BR2_PACKAGE_LIGHTTPD + config BR2_PACKAGE_LIGHTTPD_MOD_EXPIRE prompt "lighttpd-mod-expire............. Expire module" tristate |