more fixes for the V= stuff
[openwrt.git] / openwrt / package / lighttpd / Config.in
index fd42335..992cecb 100644 (file)
@@ -32,6 +32,18 @@ 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"
+       tristate 
+       default m if CONFIG_DEVEL
+
 config BR2_PACKAGE_LIGHTTPD_MOD_PROXY
        depends BR2_PACKAGE_LIGHTTPD
        prompt "...-mod-proxy - Proxy module"
@@ -62,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.029157 seconds and 4 git commands to generate.