mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
hostapd: select libopenssl-legacy for hostapd-basic-openssl
According to commit 560965d
libopenssl-legacy is required for the
openssl variants; also select it for hostapd-basic-openssl
as the IDEA and SEED ciphers and MDC2 and WHIRLPOOL digests need it
Signed-off-by: Lea Teuberth <lea.teuberth@outlook.com>
This commit is contained in:
parent
d668c74fe6
commit
9047202d86
@ -209,7 +209,7 @@ define Package/hostapd-basic-openssl
|
||||
$(call Package/hostapd/Default,$(1))
|
||||
TITLE+= (WPA-PSK, 11r and 11w)
|
||||
VARIANT:=basic-openssl
|
||||
DEPENDS+=+PACKAGE_hostapd-basic-openssl:libopenssl
|
||||
DEPENDS+=$(OPENSSL_DEPENDS)
|
||||
endef
|
||||
|
||||
define Package/hostapd-basic-openssl/description
|
||||
|
Loading…
Reference in New Issue
Block a user