소스 검색

lighttpd: don't enable openssl support by default

Peter Korsgaard 17 년 전
부모
커밋
667ec53adb
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      package/lighttpd/Config.in

+ 1 - 2
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