diff --git a/site.conf b/site.conf index d9730eb6..76060e38 100644 --- a/site.conf +++ b/site.conf @@ -154,5 +154,14 @@ }, }, }, + + ssid_changer = { + enabled = true, + switch_timeframe = 15, -- only once every timeframe (in minutes) the SSID will change to the Offline-SSID + first = 5, -- the first few minutes directly after reboot within which an Offline-SSID may be activated every minute + prefix = 'offline.ffmuc.net/', -- use something short to leave space for the nodename (no '~' allowed!) + suffix = 'nodename', -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none' + tq_limit_enabled = false, -- incompatible with Batman V. The offline SSID will only be set if there is no gateway reacheable. + }, } -- vim: set ft=lua:ts=2:sw=2:et diff --git a/site.mk b/site.mk index 93f60c0a..6393fc04 100644 --- a/site.mk +++ b/site.mk @@ -17,6 +17,7 @@ GLUON_FEATURES := \ web-wizard GLUON_SITE_PACKAGES := \ + ffac-ssid-changer \ ffho-ap-timer \ ffho-autoupdater-wifi-fallback \ ffho-web-ap-timer \