gluon/package/gluon-mesh-vpn-fastd/Makefile

14 lines
308 B
Makefile
Raw Normal View History

2013-01-31 10:36:18 +00:00
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-mesh-vpn-fastd
2014-07-05 00:48:56 +00:00
PKG_VERSION:=3
2013-01-31 10:36:18 +00:00
include ../gluon.mk
2013-01-31 10:36:18 +00:00
define Package/gluon-mesh-vpn-fastd
TITLE:=Support for connecting meshes via fastd
DEPENDS:=+gluon-core +libgluonutil +gluon-mesh-vpn-core +fastd
2013-01-31 10:36:18 +00:00
endef
$(eval $(call BuildPackageGluon,gluon-mesh-vpn-fastd))