From edaa7b241bd03fb75a40e4ac2dd1b8e9257be04f Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Mon, 16 May 2016 18:46:25 +0200 Subject: [PATCH] have gluon-mesh-vpn-fastd depend on gluon-mesh-provider --- package/gluon-mesh-vpn-fastd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-mesh-vpn-fastd/Makefile b/package/gluon-mesh-vpn-fastd/Makefile index 0875e485..140c7eef 100644 --- a/package/gluon-mesh-vpn-fastd/Makefile +++ b/package/gluon-mesh-vpn-fastd/Makefile @@ -12,7 +12,7 @@ define Package/gluon-mesh-vpn-fastd SECTION:=gluon CATEGORY:=Gluon TITLE:=Support for connecting batman-adv meshes via fastd - DEPENDS:=+gluon-core +libgluonutil gluon-mesh-batman-adv +gluon-wan-dnsmasq +fastd +iptables-mod-extra +simple-tc + DEPENDS:=+gluon-core +libgluonutil gluon-mesh-provider +gluon-wan-dnsmasq +fastd +iptables-mod-extra +simple-tc endef define Build/Prepare