diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-20 15:33:47 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-20 15:33:47 +0000 |
commit | 81a824c6a667ea6e6e071841c09fe94dcaf835d4 (patch) | |
tree | 4f0a53486352a58ff277eb383606c873424a7cee /openwrt/package/lighttpd/Config.in | |
parent | ac338ca6a3874f53318198824ee1e97ec52ce4b3 (diff) |
update lighttpd to new upstream release (v1.4.9), add -mod-evasive subpackage.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3028 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 cf9dedf39..a08392824 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 |