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

13 lines
293 B
Makefile
Raw Permalink Normal View History

2013-01-31 10:36:18 +00:00
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-mesh-vpn-fastd
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))