Skip to content

Commit

Permalink
firmware: add new v2025 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
grische authored Jan 3, 2025
1 parent 3845718 commit 7447d2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nginx/domains/firmware.ffmuc.net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ map $firmwareVersion $targetDirectory {
# OpenWrt 23.05
"~^2023\.12\.2-next$" $gluon_v2023_2_x;
"~^2024\.([0-9]|10|11)\.\d+-next$" $gluon_v2023_2_x;
"~^2025\.\d+\.$" $gluon_v2023_2_x;

# OpenWrt 24.10
# TBD
"~^2025\.\d+\.\d+-next$" $gluon_next;

# Else keep requested branch folder
default "keep";
Expand Down

0 comments on commit 7447d2c

Please sign in to comment.