Skip to content

Commit

Permalink
domains: disable eol-ssid for ffdon
Browse files Browse the repository at this point in the history
We need to migrate all devices from Gluon v2020.1 (ffdons latest firmware)
to Gluon v2021.x which coincidentally is ffmucs legacy firmware.
  • Loading branch information
grische committed Dec 2, 2023
1 parent 04fc7ab commit 60f3927
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions domains/ffdon_mitte.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
6 changes: 6 additions & 0 deletions domains/ffdon_nordwest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
6 changes: 6 additions & 0 deletions domains/ffdon_sued.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}

0 comments on commit 60f3927

Please sign in to comment.