2017-03-10 15:21:32 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-mesh-vpn-core
|
|
|
|
|
|
|
|
include ../gluon.mk
|
|
|
|
|
|
|
|
define Package/gluon-mesh-vpn-core
|
|
|
|
TITLE:=Basic support for connecting meshes via VPN tunnels
|
2021-07-11 20:45:47 +00:00
|
|
|
DEPENDS:=+gluon-core +gluon-wan-dnsmasq +iptables +iptables-mod-extra +simple-tc
|
2018-02-25 06:00:42 +00:00
|
|
|
USERID:=:gluon-mesh-vpn=800
|
2017-03-10 15:21:32 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-core))
|