From ae5277ff9ffe904b02bab7dcf3bb4a23cc7535fd Mon Sep 17 00:00:00 2001
From: Nils Schneider <nils@nilsschneider.net>
Date: Wed, 2 Oct 2013 15:00:07 +0200
Subject: [PATCH] gluon-location is a dependency of config-mode, not
 autoupdater

---
 package/gluon-autoupdater/Makefile | 2 +-
 package/gluon-config-mode/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gluon-autoupdater/Makefile b/package/gluon-autoupdater/Makefile
index 8d6ae7556..fd9714924 100644
--- a/package/gluon-autoupdater/Makefile
+++ b/package/gluon-autoupdater/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/gluon-autoupdater
   SECTION:=gluon
   CATEGORY:=Gluon
-  DEPENDS:=+ecdsautils +gluon-cron +gluon-release +gluon-location
+  DEPENDS:=+ecdsautils +gluon-cron +gluon-release
   TITLE:=Automatically update firmware
 endef
 
diff --git a/package/gluon-config-mode/Makefile b/package/gluon-config-mode/Makefile
index 4c95217bd..859618715 100644
--- a/package/gluon-config-mode/Makefile
+++ b/package/gluon-config-mode/Makefile
@@ -15,7 +15,7 @@ define Package/gluon-config-mode
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Luci based config mode for user friendly setup of new meshnodes
-  DEPENDS:=+gluon-core +uhttpd +dnsmasq +luci-mod-admin-core +ip +luci-theme-openwrt +haveged
+  DEPENDS:=+gluon-core +gluon-location +uhttpd +dnsmasq +luci-mod-admin-core +ip +luci-theme-openwrt +haveged
 endef
 
 define Package/gluon-config-mode/description
-- 
GitLab