gluon/package/gluon-wireless-encryption-wpa3/Makefile
David Bauer c5278ddd00 hostapd: switch wolfssl to mbedtls
Signed-off-by: David Bauer <mail@david-bauer.net>
2023-03-15 02:10:44 +01:00

20 lines
476 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-wireless-encryption-wpa3
include ../gluon.mk
define Package/gluon-wireless-encryption-wpa3
DEPENDS:=+hostapd-mbedtls
TITLE:=Package for supporting WPA3 encrypted wireless networks
endef
define Package/gluon-wireless-encryption-wpa3/install
$(INSTALL_DIR) $(1)/lib/gluon/features
touch $(1)/lib/gluon/features/wpa2
touch $(1)/lib/gluon/features/wpa3
endef
$(eval $(call BuildPackageGluon,gluon-wireless-encryption-wpa3))