Skip to content
Snippets Groups Projects
Makefile 294 B
Newer Older
  • Learn to ignore specific revisions
  • 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))