diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-06 11:52:18 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-06 11:52:18 +0000 |
commit | 1a996c03259075e74e4c77ec42a1cba9c762c4be (patch) | |
tree | e2ef37419b6d2c792e45c15bf2ac4c3f43ac6f6d /openwrt/package/lighttpd/Config.in | |
parent | 9d8a63a125acfb95812f50a79afe0cd7d8ccc99b (diff) | |
download | mtk-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.in | 6 |
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 |