From be7f05b2c55d465c4903f453adfc7fc45a9cd595 Mon Sep 17 00:00:00 2001 From: rubo77 <github@r.z11.de> Date: Thu, 8 Jun 2017 08:07:24 +0200 Subject: [PATCH] Makefile description adapted to new feature --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c0a2d9f..6742688 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 -- GitLab