gluon/package/gluon-nftables/Makefile

17 lines
326 B
Makefile
Raw Normal View History

2023-04-25 20:05:24 +00:00
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-nftables
include ../gluon.mk
define Package/gluon-nftables
TITLE:=Nftables support
DEPENDS:=+nftables-json
endef
define Package/gluon-nftables/description
Gluon community wifi mesh firmware framework: Nftables support
endef
$(eval $(call BuildPackageGluon,gluon-nftables))