summaryrefslogtreecommitdiff
path: root/openwrt/package/lighttpd/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-06 11:52:18 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-06 11:52:18 +0000
commitf2f746f9ae40b09c6b82d08227e0e0af10472c16 (patch)
tree1b756141d9562323aa98965cebc42440f2c3fda3 /openwrt/package/lighttpd/Config.in
parentbe68f9605e24bac61b2c45e64dc63bdbc433f834 (diff)
update lighttpd to new upstream release (v1.4.8),
add a mod-accesslog sub-package. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2581 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/lighttpd/Config.in')
-rw-r--r--openwrt/package/lighttpd/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/lighttpd/Config.in b/openwrt/package/lighttpd/Config.in
index 997036c57a..cf9dedf395 100644
--- a/openwrt/package/lighttpd/Config.in
+++ b/openwrt/package/lighttpd/Config.in
@@ -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