Skip to content

Commit

Permalink
Merge pull request #180 from grische/downgrade-firmware
Browse files Browse the repository at this point in the history
firmware: do not upgrade APs to v2023.2.x yet
  • Loading branch information
DasSkelett authored Dec 20, 2024
2 parents 8beaf17 + 773a108 commit fdfdc5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nginx/domains/firmware.ffmuc.net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ server {
# Add Gluon releases here that allow an upgrade path to the latest version
# https://github.com/freifunk-gluon/gluon/wiki/Release-life-cycle#migration-paths-diagram
set $gluon_v2019_1_x "gluon-v2021.1.x"; # we want routers to upgrade from v2019 to v2021 and only then attempt v2023
set $gluon_v2021_1_x "gluon-v2021.1.x_v2023.1.x";
set $gluon_v2022_1_x "gluon-v2023.1.x_v2023.2.x";
set $gluon_v2023_1_x "gluon-v2023.1.x_v2023.2.x";
set $gluon_v2023_2_x "gluon-v2023.1.x_v2023.2.x";
set $gluon_v2021_1_x "gluon-v2023.1.x_v2021.1.x";
set $gluon_v2022_1_x "gluon-v2023.1.x_v2021.1.x";
set $gluon_v2023_1_x "gluon-v2023.1.x_v2021.1.x";
set $gluon_v2023_2_x "gluon-v2023.2.x_v2023.1.x";
set $gluon_next "gluon-next";

if ($targetDirectory = "keep") {
Expand Down

0 comments on commit fdfdc5b

Please sign in to comment.