gluon/package/gluon-mesh-wireless-sae/Makefile
David Bauer 56eaf4aa28
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>
2022-05-07 15:17:03 +02:00

13 lines
294 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-mesh-wireless-sae
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
endef
$(eval $(call BuildPackageGluon,gluon-mesh-wireless-sae))