From 201acaa3a93e44640737446b5b2292b06c657874 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Mon, 4 Aug 2014 23:27:31 +0200
Subject: [PATCH] Dependency fixes for the new LuCi version

---
 package/gluon-config-mode-core/Makefile | 2 +-
 package/gluon-core/Makefile             | 2 +-
 package/gluon-luci-admin/Makefile       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/gluon-config-mode-core/Makefile b/package/gluon-config-mode-core/Makefile
index b5b825591..e1060e930 100644
--- a/package/gluon-config-mode-core/Makefile
+++ b/package/gluon-config-mode-core/Makefile
@@ -14,7 +14,7 @@ define Package/gluon-config-mode-core
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Luci based config mode for user friendly setup of new mesh nodes
-  DEPENDS:=+gluon-luci-core +gluon-setup-mode +gluon-lock-password
+  DEPENDS:=+gluon-setup-mode +gluon-luci-theme +gluon-lock-password
 endef
 
 define Build/Prepare
diff --git a/package/gluon-core/Makefile b/package/gluon-core/Makefile
index 17cde4d4f..ddd9ad43b 100644
--- a/package/gluon-core/Makefile
+++ b/package/gluon-core/Makefile
@@ -12,7 +12,7 @@ define Package/gluon-core
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Base files of Gluon
-  DEPENDS:=+gluon-config +lua-platform-info +luci-lib-core +odhcp6c +firewall
+  DEPENDS:=+gluon-config +lua-platform-info +luci-lib-nixio +odhcp6c +firewall
 endef
 
 define Package/gluon-core/description
diff --git a/package/gluon-luci-admin/Makefile b/package/gluon-luci-admin/Makefile
index f9ca015a5..455bcb25b 100644
--- a/package/gluon-luci-admin/Makefile
+++ b/package/gluon-luci-admin/Makefile
@@ -15,7 +15,7 @@ define Package/gluon-luci-admin
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Luci based simple administration interface for mesh nodes
-  DEPENDS:=+gluon-luci-core +gluon-config-mode-core
+  DEPENDS:=+gluon-config-mode-core
 endef
 
 define Package/gluon-luci-admin/description
-- 
GitLab