From b1cc62b680f770fab9fea45cc17c18b2328909f2 Mon Sep 17 00:00:00 2001
From: Nils Schneider <nils@nilsschneider.net>
Date: Tue, 21 Jan 2014 16:15:27 +0100
Subject: [PATCH] gluon-config-mode,luci-admin: use gluon-luci-theme

This makes gluon-config-mode and gluon-luci-admin depend on
gluon-luci-theme instead of luci-theme-openwrt.
---
 package/gluon-config-mode/Makefile | 2 +-
 package/gluon-luci-admin/Makefile  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gluon-config-mode/Makefile b/package/gluon-config-mode/Makefile
index 75a87826e..dfd252eff 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 +gluon-lock-password +gluon-location +gluon-simple-tc +uhttpd +dnsmasq +luci-mod-admin-core +ip +luci-theme-openwrt
+  DEPENDS:=+gluon-core +gluon-lock-password +gluon-location +gluon-simple-tc +gluon-luci-theme +uhttpd +dnsmasq +luci-mod-admin-core +ip
 endef
 
 define Package/gluon-config-mode/description
diff --git a/package/gluon-luci-admin/Makefile b/package/gluon-luci-admin/Makefile
index 45a849dc6..d9d963814 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-core +luci-mod-admin-core +luci-theme-openwrt
+  DEPENDS:=+gluon-core +gluon-luci-theme +luci-mod-admin-core
 endef
 
 define Package/gluon-luci-admin/description
-- 
GitLab