gluon/package/gluon-mesh-layer3-common/Makefile

13 lines
265 B
Makefile
Raw Normal View History

2022-06-17 06:52:15 +00:00
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-mesh-layer3-common
include ../gluon.mk
define Package/gluon-mesh-layer3-common
TITLE:=Layer3 common files
DEPENDS:=+gluon-core +gluon-mmfd +firewall
endef
$(eval $(call BuildPackageGluon,gluon-mesh-layer3-common))