Skip to content

Commit

Permalink
firmware: fix and simplify v2024 matching
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Jan 3, 2025
1 parent ba4830f commit c5af226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/domains/firmware.ffmuc.net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ map $firmwareVersion $targetDirectory {

# OpenWRT 22.03 (still)
"~^2023\.(8|11)\." $gluon_v2023_1_x;
"~^2024\.([0-9]|10|11])\.\d+$" $gluon_v2023_1_x;
"~^2024\.\d+\.\d+$" $gluon_v2023_1_x;

# OpenWrt 23.05
"~^2023\.12\.2-next$" $gluon_v2023_2_x;
"~^2024\.([0-9]|10|11)\.\d+-next$" $gluon_v2023_2_x;
"~^2024\.\d+\.\d+-next$" $gluon_v2023_2_x;
"~^2025\.\d+\.\d+$" $gluon_v2023_2_x;

# OpenWrt 24.10
Expand Down

0 comments on commit c5af226

Please sign in to comment.