projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add fastcgi subpackage (Thanks aorlinsk for the help)
[openwrt.git]
/
openwrt
/
package
/
lighttpd
/
Config.in
diff --git
a/openwrt/package/lighttpd/Config.in
b/openwrt/package/lighttpd/Config.in
index
fd42335
..
f1b7f1e
100644
(file)
--- 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
tristate
default m if CONFIG_DEVEL
+config BR2_PACKAGE_LIGHTTPD_MOD_FASTCGI
+ depends BR2_PACKAGE_LIGHTTPD
+ prompt "...-mod-fastcgi - FastCGI module"
+ tristate
+ default m if CONFIG_DEVEL
+
config BR2_PACKAGE_LIGHTTPD_MOD_PROXY
depends BR2_PACKAGE_LIGHTTPD
prompt "...-mod-proxy - Proxy module"
config BR2_PACKAGE_LIGHTTPD_MOD_PROXY
depends BR2_PACKAGE_LIGHTTPD
prompt "...-mod-proxy - Proxy module"
This page took
0.024386 seconds
and
4
git commands to generate.