diff --git a/domains/ffdon_mitte.conf b/domains/ffdon_mitte.conf index 520d2cfe..971c9d76 100644 --- a/domains/ffdon_mitte.conf +++ b/domains/ffdon_mitte.conf @@ -79,4 +79,10 @@ }, }, }, + + eol_ssid = { + -- disable eol_ssid to allow a smooth migration from Gluon v2020.1 (latest + -- ffdon firmware) to Gluon v2021 (latest ffmuc legacy firmware) + enabled = false, + } } diff --git a/domains/ffdon_nordwest.conf b/domains/ffdon_nordwest.conf index e3cd216c..f97892a8 100644 --- a/domains/ffdon_nordwest.conf +++ b/domains/ffdon_nordwest.conf @@ -78,4 +78,10 @@ }, }, }, + + eol_ssid = { + -- disable eol_ssid to allow a smooth migration from Gluon v2020.1 (latest + -- ffdon firmware) to Gluon v2021 (latest ffmuc legacy firmware) + enabled = false, + } } diff --git a/domains/ffdon_sued.conf b/domains/ffdon_sued.conf index c3ebcca5..187aeb86 100644 --- a/domains/ffdon_sued.conf +++ b/domains/ffdon_sued.conf @@ -80,4 +80,10 @@ }, }, }, + + eol_ssid = { + -- disable eol_ssid to allow a smooth migration from Gluon v2020.1 (latest + -- ffdon firmware) to Gluon v2021 (latest ffmuc legacy firmware) + enabled = false, + } }