From 19e9796747f04cdb62d12bb8e7b4c7c69921b824 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 22 Sep 2005 07:22:14 +0000 Subject: 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 --- openwrt/package/lighttpd/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'openwrt/package/lighttpd/Config.in') 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" -- cgit v1.2.3