]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
lighttpd: don't enable openssl support by default
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 17 Sep 2008 21:36:21 +0000 (21:36 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 17 Sep 2008 21:36:21 +0000 (21:36 -0000)
package/lighttpd/Config.in

index eb3b841e6a88bf463e99e5d3b5b08ad6951e204e..b56d66b4cfda5230d97fa8ac2da0c748856b7aa3 100644 (file)
@@ -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