summaryrefslogtreecommitdiff
path: root/openwrt/package/lighttpd/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-06 11:52:18 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-06 11:52:18 +0000
commit1a996c03259075e74e4c77ec42a1cba9c762c4be (patch)
treee2ef37419b6d2c792e45c15bf2ac4c3f43ac6f6d /openwrt/package/lighttpd/Config.in
parent9d8a63a125acfb95812f50a79afe0cd7d8ccc99b (diff)
downloadmtk-20170518-1a996c03259075e74e4c77ec42a1cba9c762c4be.zip
mtk-20170518-1a996c03259075e74e4c77ec42a1cba9c762c4be.tar.gz
mtk-20170518-1a996c03259075e74e4c77ec42a1cba9c762c4be.tar.bz2
update lighttpd to new upstream release (v1.4.8), add a mod-accesslog sub-package.
SVN-Revision: 2581
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 997036c..cf9dedf 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