more fixes for the V= stuff
[openwrt.git] / openwrt / package / lighttpd / Config.in
index f1b7f1e..992cecb 100644 (file)
@@ -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"
This page took 0.031687 seconds and 4 git commands to generate.