summaryrefslogtreecommitdiffstats
path: root/openwrt/package/lighttpd/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-22 07:22:14 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-22 07:22:14 +0000
commit19e9796747f04cdb62d12bb8e7b4c7c69921b824 (patch)
treebbd57fb48f713f65d71f2264aed711081564eeed /openwrt/package/lighttpd/Config.in
parent2d95903e07410b081c7efc0e6b7463626c47b4e0 (diff)
update to new upstream release (v1.4.4),
add expire and ssi modules, put some required modules in main package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1971 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/lighttpd/Config.in')
-rw-r--r--openwrt/package/lighttpd/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/lighttpd/Config.in b/openwrt/package/lighttpd/Config.in
index f1b7f1e2e..992cecbfc 100644
--- a/openwrt/package/lighttpd/Config.in
+++ b/openwrt/package/lighttpd/Config.in
@@ -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"