treewide: switch crypto lib to WolfSSL (#2509)
WolfSSL has a significant lower flash footprint. Also, issues with OWE /
SAE connections were fixed in OpenWrt a while ago.
See ddcb970274
Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
b1a12a4a0c
commit
56eaf4aa28
@ -6,7 +6,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-openssl
|
||||
DEPENDS:=+gluon-core +wpa-supplicant-mesh-wolfssl
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackageGluon,gluon-mesh-wireless-sae))
|
||||
|
@ -5,7 +5,7 @@ PKG_NAME:=gluon-wireless-encryption
|
||||
include ../gluon.mk
|
||||
|
||||
define Package/gluon-wireless-encryption-wpa3
|
||||
DEPENDS:=+hostapd-openssl
|
||||
DEPENDS:=+hostapd-wolfssl
|
||||
TITLE:=Package for supporting WPA3 encrypted wireless networks
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user