From 3fd4ee99c32a320b2f7c9903788e700a519ce38b Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sun, 9 Jul 2017 13:12:58 +0200
Subject: [PATCH] gluon-l3roamd: fix incorrect dependency

gluon-mesh-babel is not merged yet, and once it is, this would lead to a
circular dependency.
---
 package/gluon-l3roamd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gluon-l3roamd/Makefile b/package/gluon-l3roamd/Makefile
index 6e5d56065..8e0421e40 100644
--- a/package/gluon-l3roamd/Makefile
+++ b/package/gluon-l3roamd/Makefile
@@ -11,7 +11,7 @@ define Package/gluon-l3roamd
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Configure l3roamd for babel
-  DEPENDS:=+gluon-core +gluon-mesh-babel +l3roamd
+  DEPENDS:=+gluon-core +l3roamd
 endef
 
 define Build/Prepare
-- 
GitLab