Skip to content
Snippets Groups Projects
Makefile 400 B
Newer Older
include $(TOPDIR)/rules.mk

PKG_NAME:=gluon-mesh-vpn-core
PKG_VERSION:=1

include ../gluon.mk

define Package/gluon-mesh-vpn-core
  SECTION:=gluon
  CATEGORY:=Gluon
  TITLE:=Basic support for connecting meshes via VPN tunnels
  DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables +iptables-mod-extra +simple-tc
  USERID:=:gluon-mesh-vpn=800
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-core))