mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 10:00:02 +04:00
ustream-ssl: select polarssl as default variant, skip openssl/cyassl dependencies if unused
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42655
This commit is contained in:
@@ -32,14 +32,14 @@ endef
|
||||
define Package/libustream-openssl
|
||||
$(Package/libustream/default)
|
||||
TITLE += (openssl)
|
||||
DEPENDS += +libopenssl
|
||||
DEPENDS += +PACKAGE_libustream-openssl:libopenssl
|
||||
VARIANT:=openssl
|
||||
endef
|
||||
|
||||
define Package/libustream-cyassl
|
||||
$(Package/libustream/default)
|
||||
TITLE += (cyassl)
|
||||
DEPENDS += +libcyassl
|
||||
DEPENDS += +PACKAGE_libustream-cyassl:libcyassl
|
||||
VARIANT:=cyassl
|
||||
endef
|
||||
|
||||
@@ -48,6 +48,7 @@ define Package/libustream-polarssl
|
||||
TITLE += (polarssl)
|
||||
DEPENDS += +libpolarssl
|
||||
VARIANT:=polarssl
|
||||
DEFAULT_VARIANT:=1
|
||||
endef
|
||||
|
||||
ifeq ($(BUILD_VARIANT),cyassl)
|
||||
|
||||
Reference in New Issue
Block a user