From: Felix Fietkau Date: Mon, 11 Jun 2012 01:50:53 +0000 (+0000) Subject: lighttpd: make the ssl support default static to avoid menuconfig recursive dependenc... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e02e80c0ea987571df8337b3310811aeac456d7c;p=openwrt%2Fsvn-archive%2Farchive.git lighttpd: make the ssl support default static to avoid menuconfig recursive dependency issues SVN-Revision: 32190 --- diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 95e1644e74..da1974fbd8 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -38,7 +38,7 @@ define Package/lighttpd/config config LIGHTTPD_SSL bool "SSL support" depends on PACKAGE_lighttpd - default y if PACKAGE_libopenssl + default y help Implements SSL support in lighttpd (using libopenssl). This option is required if you enable the SSL engine in your