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
|
2023-02-05 22:58:42 +00:00
|
|
|
DEPENDS:=+gluon-core +gluon-mmfd +firewall4
|
2022-06-17 06:52:15 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildPackageGluon,gluon-mesh-layer3-common))
|