wireless-encryption mesh-wireless-sae: depend on OpenSSL daemons
This switches the used wireless daemons for OWE / SAE to the OpenSSL flavors. The WolfSSL implementation currently seems to be broken. THis switch may be reverted at a later point in time when hostapd / wpa_supplicant implementations for WolfSSL have matured.
This commit is contained in:
parent
b84c58c0b5
commit
430c0ecc60
@ -7,7 +7,7 @@ include ../gluon.mk
|
||||
|
||||
define Package/gluon-mesh-wireless-sae
|
||||
TITLE:=Encryption of 802.11s Mesh Links through SAE
|
||||
DEPENDS:=+gluon-core +wpa-supplicant-mesh-wolfssl
|
||||
DEPENDS:=+gluon-core +wpa-supplicant-mesh-openssl
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackageGluon,gluon-mesh-wireless-sae))
|
||||
|
@ -6,7 +6,7 @@ PKG_RELEASE:=1
|
||||
include ../gluon.mk
|
||||
|
||||
define Package/gluon-wireless-encryption-wpa3
|
||||
DEPENDS:=+hostapd-wolfssl
|
||||
DEPENDS:=+hostapd-openssl
|
||||
TITLE:=Package for supporting WPA3 encrypted wireless networks
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user