From 65b44ca4ceca6ed4296e77edc1d5134396fa8a74 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Thu, 19 Mar 2015 20:14:40 +0100
Subject: [PATCH] Rename gluon-config to gluon-site

---
 package/gluon-core/Makefile                   |  2 +-
 package/{gluon-config => gluon-site}/Makefile | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
 rename package/{gluon-config => gluon-site}/Makefile (78%)

diff --git a/package/gluon-core/Makefile b/package/gluon-core/Makefile
index ebb5268fa..2c632a001 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-nixio +odhcp6c +firewall
+  DEPENDS:=+gluon-site +lua-platform-info +luci-lib-nixio +odhcp6c +firewall
 endef
 
 
diff --git a/package/gluon-config/Makefile b/package/gluon-site/Makefile
similarity index 78%
rename from package/gluon-config/Makefile
rename to package/gluon-site/Makefile
index dd53b6bc5..d81473595 100644
--- a/package/gluon-config/Makefile
+++ b/package/gluon-site/Makefile
@@ -1,6 +1,6 @@
 include $(TOPDIR)/rules.mk
 
-PKG_NAME:=gluon-config
+PKG_NAME:=gluon-site
 PKG_VERSION:=$(GLUON_SITE_CODE)
 PKG_RELEASE:=0.$(GLUON_RELEASE)
 
@@ -10,13 +10,13 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
 include $(INCLUDE_DIR)/package.mk
 
-define Package/gluon-config
+define Package/gluon-site
   SECTION:=gluon
   CATEGORY:=Gluon
   TITLE:=Site-specific config files of Gluon
 endef
 
-define Package/gluon-config/description
+define Package/gluon-site/description
 	Gluon community wifi mesh firmware framework: site configuration
 endef
 
@@ -30,10 +30,10 @@ endef
 define Build/Compile
 endef
 
-define Package/gluon-config/install
+define Package/gluon-site/install
 	$(INSTALL_DIR) $(1)/lib/gluon
 	$(CP) $(GLUON_SITEDIR)/site.conf $(1)/lib/gluon/site.conf
 	echo "$(GLUON_RELEASE)" > $(1)/lib/gluon/release
 endef
 
-$(eval $(call BuildPackage,gluon-config))
+$(eval $(call BuildPackage,gluon-site))
-- 
GitLab