gluon/package/gluon-wlan-encryption-psk/Makefile
2019-07-02 12:46:22 +02:00

14 lines
302 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-wlan-encryption-psk
PKG_VERSION:=1
include ../gluon.mk
define Package/gluon-wlan-encryption-psk
TITLE:=Encrypt wlan using a pre-shared key (psk)
DEPENDS:=+gluon-core +wpad-mesh-wolfssl
endef
$(eval $(call BuildPackageGluon,gluon-wlan-encryption-psk))