diff options
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 |