2013-01-31 10:36:18 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_NAME:=gluon-mesh-vpn-fastd
|
|
|
|
|
2016-10-08 22:18:45 +00:00
|
|
|
include ../gluon.mk
|
2013-01-31 10:36:18 +00:00
|
|
|
|
|
|
|
define Package/gluon-mesh-vpn-fastd
|
2017-03-10 15:21:32 +00:00
|
|
|
TITLE:=Support for connecting meshes via fastd
|
2021-07-11 20:45:47 +00:00
|
|
|
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +fastd
|
2013-01-31 10:36:18 +00:00
|
|
|
endef
|
|
|
|
|
2018-03-08 18:49:41 +00:00
|
|
|
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-fastd))
|