From b0535e2a5c570a76cb06453ee359160c2dd926c2 Mon Sep 17 00:00:00 2001
From: rubo77 <github@r.z11.de>
Date: Tue, 4 Jul 2017 22:25:04 +0200
Subject: [PATCH] define Package section must be indented with spaces

---
 gluon-ssid-changer/Makefile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gluon-ssid-changer/Makefile b/gluon-ssid-changer/Makefile
index 8d8fe50..2458b2c 100644
--- a/gluon-ssid-changer/Makefile
+++ b/gluon-ssid-changer/Makefile
@@ -11,19 +11,19 @@ PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)
 
 
 define Package/gluon-ssid-changer
-	SECTION:=gluon
-	CATEGORY:=Gluon
-	TITLE:=changes the SSID to an Offline-SSID so clients don't connect to an offline WiFi
-	DEPENDS:=+gluon-core +micrond
+  SECTION:=gluon
+  CATEGORY:=Gluon
+  TITLE:=changes the SSID to an Offline-SSID so clients don't connect to an offline WiFi
+  DEPENDS:=+gluon-core +micrond
 endef
 
 define Package/gluon-ssid-changer/description
-	Script to change the SSID to an Offline-SSID when there is no connection to
-	any gateway. This SSID can be generated from the nodes hostname with the first
-	and last part of the nodename or the mac address, to allow observers to 
-	recognise which node is down. The script is called once a minute by micron.d
-	and it will change from online to offline-SSID maximum once every (definable)
-	timeframe.
+  Script to change the SSID to an Offline-SSID when there is no connection to
+  any gateway. This SSID can be generated from the nodes hostname with the first
+  and last part of the nodename or the mac address, to allow observers to 
+  recognise which node is down. The script is called once a minute by micron.d
+  and it will change from online to offline-SSID maximum once every (definable)
+  timeframe.
 endef
 
 define Build/Prepare
-- 
GitLab