2017-03-10 02:22:41 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-mesh-vpn-tunneldigger
|
|
|
|
PKG_VERSION:=3
|
|
|
|
|
|
|
|
include ../gluon.mk
|
|
|
|
|
|
|
|
define Package/gluon-mesh-vpn-tunneldigger
|
2018-04-15 20:48:23 +00:00
|
|
|
TITLE:=Support for connecting meshes via tunneldigger/L2TPv3 pseudowire
|
2018-04-11 11:14:00 +00:00
|
|
|
DEPENDS:=+gluon-core +gluon-mesh-vpn-core +tunneldigger +@GLUON_SPECIALIZE_KERNEL:KERNEL_L2TP
|
2017-03-10 02:22:41 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-tunneldigger))
|