diff --git a/files/lib/gluon/ssid-changer/ssid-changer.sh b/files/lib/gluon/ssid-changer/ssid-changer.sh
index b0648409a52d6e2383377c3cb83d31f16beafc46..71e3aade8360c91c84b06a90b7b41e11f043af8d 100755
--- a/files/lib/gluon/ssid-changer/ssid-changer.sh
+++ b/files/lib/gluon/ssid-changer/ssid-changer.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # at first some Definitions:
-MINUTES=1440 # only once every this timeframe the SSID will change to OFFLINE
+MINUTES=1440 # only once every timeframe the SSID will change to OFFLINE (set to 1 minute to change every time the router gets offline)
 OFFLINE_PREFIX='FF_OFFLINE_' # use something short to leave space for the nodename (no '~' allowed!)
 
 ONLINE_SSID=$(uci get wireless.client_radio0.ssid -q)