projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make aruba lzma loader more generic and move it to target/linux/image/generic/lzma...
[openwrt.git]
/
openwrt
/
package
/
lighttpd
/
Config.in
diff --git
a/openwrt/package/lighttpd/Config.in
b/openwrt/package/lighttpd/Config.in
index
997036c
..
a083928
100644
(file)
--- a/
openwrt/package/lighttpd/Config.in
+++ b/
openwrt/package/lighttpd/Config.in
@@
-13,6
+13,12
@@
config BR2_PACKAGE_LIGHTTPD
Depends: libopenssl, libpcre
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
config BR2_PACKAGE_LIGHTTPD_MOD_ALIAS
prompt "lighttpd-mod-alias.............. Directory alias module"
tristate
@@
-31,6
+37,12
@@
config BR2_PACKAGE_LIGHTTPD_MOD_CGI
default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIGHTTPD
default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIGHTTPD
+config BR2_PACKAGE_LIGHTTPD_MOD_EVASIVE
+ prompt "lighttpd-mod-evasive............ Evasive module"
+ tristate
+ default m if CONFIG_DEVEL
+ depends BR2_PACKAGE_LIGHTTPD
+
config BR2_PACKAGE_LIGHTTPD_MOD_EXPIRE
prompt "lighttpd-mod-expire............. Expire module"
tristate
config BR2_PACKAGE_LIGHTTPD_MOD_EXPIRE
prompt "lighttpd-mod-expire............. Expire module"
tristate
This page took
0.027335 seconds
and
4
git commands to generate.