diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-09-17 21:36:21 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-09-17 21:36:21 +0000 |
commit | 667ec53adb6a15a8ec99d7af0b0261dc147718bc (patch) | |
tree | 03ee76678cab72930eca78095fff26afca83eec0 /package/lighttpd | |
parent | 57ae4753edc0d6322452aefe98f7b570d850030b (diff) | |
download | buildroot-novena-667ec53adb6a15a8ec99d7af0b0261dc147718bc.tar.gz buildroot-novena-667ec53adb6a15a8ec99d7af0b0261dc147718bc.zip |
lighttpd: don't enable openssl support by default
Diffstat (limited to 'package/lighttpd')
-rw-r--r-- | package/lighttpd/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in index eb3b841e6..b56d66b4c 100644 --- 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 |