fix compile problem brcm-2.6
[openwrt.git] / openwrt / package / lighttpd / Config.in
index 997036c..a083928 100644 (file)
@@ -13,6 +13,12 @@ config BR2_PACKAGE_LIGHTTPD
          
          Depends: libopenssl, libpcre
 
+config BR2_PACKAGE_LIGHTTPD_MOD_ACCESSLOG
+       prompt   "lighttpd-mod-accesslog.......... Access logging module"
+       tristate 
+       default m if CONFIG_DEVEL
+       depends BR2_PACKAGE_LIGHTTPD
+
 config BR2_PACKAGE_LIGHTTPD_MOD_ALIAS
        prompt   "lighttpd-mod-alias.............. Directory alias module"
        tristate 
@@ -31,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 
This page took 0.025869 seconds and 4 git commands to generate.