From 430c0ecc60311fa476059aa257118dcc0d5a16fb Mon Sep 17 00:00:00 2001
From: David Bauer <mail@david-bauer.net>
Date: Wed, 16 Dec 2020 00:49:57 +0100
Subject: [PATCH] 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.
---
 package/gluon-mesh-wireless-sae/Makefile   | 2 +-
 package/gluon-wireless-encryption/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gluon-mesh-wireless-sae/Makefile b/package/gluon-mesh-wireless-sae/Makefile
index a58823ccd..e17ee8507 100644
--- a/package/gluon-mesh-wireless-sae/Makefile
+++ b/package/gluon-mesh-wireless-sae/Makefile
@@ -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))
diff --git a/package/gluon-wireless-encryption/Makefile b/package/gluon-wireless-encryption/Makefile
index a9e472107..35b615760 100644
--- a/package/gluon-wireless-encryption/Makefile
+++ b/package/gluon-wireless-encryption/Makefile
@@ -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
 
-- 
GitLab