diff --git a/Makefile b/Makefile
index c0a2d9f30513f463e913a09114b6a6de539fdd72..6742688503dfbec3e158f8bd601ec5f006c79057 100755
--- a/Makefile
+++ b/Makefile
@@ -17,10 +17,11 @@ 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 is generated from the nodes hostname with the first
-	and last part of the nodename 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 a day
+	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