gluon-firmware/package/gluon-config-mode-mesh-vpn/Makefile

16 lines
348 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-config-mode-mesh-vpn
PKG_VERSION:=2
include ../gluon.mk
define Package/gluon-config-mode-mesh-vpn
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Toggle mesh-vpn and bandwidth limit
DEPENDS:=+gluon-config-mode-core +gluon-mesh-vpn-core
endef
$(eval $(call BuildPackageGluon,gluon-config-mode-mesh-vpn))