From 9047202d86fdbd498da146555ed1a9c2db6f9faf Mon Sep 17 00:00:00 2001 From: Lea Teuberth Date: Wed, 10 Apr 2024 13:33:45 +0200 Subject: [PATCH] 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 --- package/network/services/hostapd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 0171bc0edca..6fe94ef7ecd 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -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