lighttpd: make the ssl support default static to avoid menuconfig recursive dependency issues
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32190 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e7118b1ee8
commit
75b241f4f0
@ -38,7 +38,7 @@ define Package/lighttpd/config
|
|||||||
config LIGHTTPD_SSL
|
config LIGHTTPD_SSL
|
||||||
bool "SSL support"
|
bool "SSL support"
|
||||||
depends on PACKAGE_lighttpd
|
depends on PACKAGE_lighttpd
|
||||||
default y if PACKAGE_libopenssl
|
default y
|
||||||
help
|
help
|
||||||
Implements SSL support in lighttpd (using libopenssl). This
|
Implements SSL support in lighttpd (using libopenssl). This
|
||||||
option is required if you enable the SSL engine in your
|
option is required if you enable the SSL engine in your
|
||||||
|
Loading…
x
Reference in New Issue
Block a user