From fb65dfe12dca3161abf7932e69c687d706be3819 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Tue, 12 Feb 2013 00:05:55 +0100
Subject: [PATCH] Make gluon-mesh-batman-adv depend on kmod-batman-adv

---
 package/gluon-mesh-batman-adv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gluon-mesh-batman-adv/Makefile b/package/gluon-mesh-batman-adv/Makefile
index 8a818a808..7bb38bb11 100644
--- a/package/gluon-mesh-batman-adv/Makefile
+++ b/package/gluon-mesh-batman-adv/Makefile
@@ -12,7 +12,7 @@ define Package/gluon-mesh-batman-adv
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Support for batman-adv meshing
-  DEPENDS:=+gluon-core
+  DEPENDS:=+gluon-core +kmod-batman-adv
 endef
 
 define Package/gluon-mesh-batman-adv/description
-- 
GitLab