Skip to content
Snippets Groups Projects
Unverified Commit e52409f4 authored by David Bauer's avatar David Bauer Committed by GitHub
Browse files

treewide: use mbedTLS hostapd / wpa_s instead of WolfSSL (#3048)


OpenWrt now uses the new mbedTLS implementation for hostapd as well as
wpa_supplicant.

In order to keep as close to upstream as possible, use these
derivations.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent a0f5b4e9
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ include ../gluon.mk ...@@ -6,7 +6,7 @@ include ../gluon.mk
define Package/gluon-mesh-wireless-sae define Package/gluon-mesh-wireless-sae
TITLE:=Encryption of 802.11s Mesh Links through SAE TITLE:=Encryption of 802.11s Mesh Links through SAE
DEPENDS:=+gluon-core +wpa-supplicant-mesh-wolfssl DEPENDS:=+gluon-core +wpa-supplicant-mesh-mbedtls
endef endef
$(eval $(call BuildPackageGluon,gluon-mesh-wireless-sae)) $(eval $(call BuildPackageGluon,gluon-mesh-wireless-sae))
...@@ -5,7 +5,7 @@ PKG_NAME:=gluon-wireless-encryption-wpa3 ...@@ -5,7 +5,7 @@ PKG_NAME:=gluon-wireless-encryption-wpa3
include ../gluon.mk include ../gluon.mk
define Package/gluon-wireless-encryption-wpa3 define Package/gluon-wireless-encryption-wpa3
DEPENDS:=+hostapd-wolfssl DEPENDS:=+hostapd-mbedtls
TITLE:=Package for supporting WPA3 encrypted wireless networks TITLE:=Package for supporting WPA3 encrypted wireless networks
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment