projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ae475
)
lighttpd: don't enable openssl support by default
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 17 Sep 2008 21:36:21 +0000
(21:36 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 17 Sep 2008 21:36:21 +0000
(21:36 -0000)
package/lighttpd/Config.in
patch
|
blob
|
history
diff --git
a/package/lighttpd/Config.in
b/package/lighttpd/Config.in
index eb3b841e6a88bf463e99e5d3b5b08ad6951e204e..b56d66b4cfda5230d97fa8ac2da0c748856b7aa3 100644
(file)
--- a/
package/lighttpd/Config.in
+++ b/
package/lighttpd/Config.in
@@
-8,7
+8,7
@@
config BR2_PACKAGE_LIGHTTPD
Auth, Output-Compression, URL-Rewriting and many more) make
lighttpd the perfect webserver-software for every server that
is suffering load problems.
-
+
http://www.lighttpd.net/
if BR2_PACKAGE_LIGHTTPD
@@
-16,7
+16,6
@@
menu "lighttpd packages"
config BR2_PACKAGE_LIGHTTPD_OPENSSL
bool "lighttpd openssl support"
- default y
depends on BR2_PACKAGE_LIGHTTPD
select BR2_PACKAGE_OPENSSL
help