mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 09:40:44 +00:00
Revert "ustream-ssl: Fix recursive dependency"
This reverts commit abf0768131db659c6819de9e7149624dd044c345. The description is wrong, there is no recursive dependency here. The conditions were added intentionally to avoid bogus build dependencies. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
dd9afb8207
commit
71753a8286
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user