Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mgqnfoqv7k2w
AutoBuildImmortalWrt
Commits
6c608891
Unverified
Commit
6c608891
authored
Nov 03, 2025
by
wukongdaily
Committed by
GitHub
Nov 03, 2025
Browse files
Update router build tags for version 24.10.4
parent
657b81e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
+8
-12
.github/workflows/build-wireless-router.yml
.github/workflows/build-wireless-router.yml
+8
-12
No files found.
.github/workflows/build-wireless-router.yml
View file @
6c608891
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
# jcg_q30-ubootmod
# jcg_q30-ubootmod
# qihoo_360t7-ubootmod
# qihoo_360t7-ubootmod
# xiaomi_mi-router-wr30u-112m-nmbm
# xiaomi_mi-router-wr30u-112m-nmbm
# xiaomi_redmi-router-ax6000 该机型在24.10.
3
分化为2个机型
# xiaomi_redmi-router-ax6000 该机型在24.10.
4
分化为2个机型
# —————————————————————————————24.10.
3
—————————————————————————————————
# —————————————————————————————24.10.
4
—————————————————————————————————
# xiaomi_redmi-router-ax6000-stock ————原厂默认 bootloader(stock)版本
# xiaomi_redmi-router-ax6000-stock ————原厂默认 bootloader(stock)版本
# xiaomi_redmi-router-ax6000-ubootmod—————改装过 bootloader 的版本(ubootmod)
# xiaomi_redmi-router-ax6000-ubootmod—————改装过 bootloader 的版本(ubootmod)
...
@@ -570,7 +570,7 @@ jobs:
...
@@ -570,7 +570,7 @@ jobs:
ipq807x_models=$(cat model/ipq807x.txt | tr '\n' '|')
ipq807x_models=$(cat model/ipq807x.txt | tr '\n' '|')
ipq807x_models=${ipq807x_models%|}
ipq807x_models=${ipq807x_models%|}
if [[ "$profile" =~ ^($ipq807x_models)$ ]]; then
if [[ "$profile" =~ ^($ipq807x_models)$ ]]; then
case_tag="qualcommax-ipq807x-openwrt-24.10.
3
"
case_tag="qualcommax-ipq807x-openwrt-24.10.
4
"
case_platform="qualcommax/ipq807x"
case_platform="qualcommax/ipq807x"
fi
fi
...
@@ -578,7 +578,7 @@ jobs:
...
@@ -578,7 +578,7 @@ jobs:
mt7621_models=$(cat model/mt7621.txt | tr '\n' '|')
mt7621_models=$(cat model/mt7621.txt | tr '\n' '|')
mt7621_models=${mt7621_models%|}
mt7621_models=${mt7621_models%|}
if [[ "$profile" =~ ^($mt7621_models)$ ]]; then
if [[ "$profile" =~ ^($mt7621_models)$ ]]; then
case_tag="ramips-mt7621-openwrt-24.10.
3
"
case_tag="ramips-mt7621-openwrt-24.10.
4
"
case_platform="ramips/mt7621"
case_platform="ramips/mt7621"
fi
fi
...
@@ -586,7 +586,7 @@ jobs:
...
@@ -586,7 +586,7 @@ jobs:
bcm53xx_models=$(cat model/bcm53xx.txt | tr '\n' '|')
bcm53xx_models=$(cat model/bcm53xx.txt | tr '\n' '|')
bcm53xx_models=${bcm53xx_models%|}
bcm53xx_models=${bcm53xx_models%|}
if [[ "$profile" =~ ^($bcm53xx_models)$ ]]; then
if [[ "$profile" =~ ^($bcm53xx_models)$ ]]; then
case_tag="bcm53xx-generic-openwrt-24.10.
3
"
case_tag="bcm53xx-generic-openwrt-24.10.
4
"
case_platform="bcm53xx/generic"
case_platform="bcm53xx/generic"
fi
fi
...
@@ -594,7 +594,7 @@ jobs:
...
@@ -594,7 +594,7 @@ jobs:
case "$profile" in
case "$profile" in
glinet_gl-b2200)
glinet_gl-b2200)
# 虽然它是高通ipq40xx平台 但由于都是gl机型 故放在一起 找起来方便
# 虽然它是高通ipq40xx平台 但由于都是gl机型 故放在一起 找起来方便
tag=ipq40xx-generic-openwrt-24.10.
3
tag=ipq40xx-generic-openwrt-24.10.
4
echo "platform=ipq40xx/generic" >> $GITHUB_ENV
echo "platform=ipq40xx/generic" >> $GITHUB_ENV
;;
;;
glinet_gl-axt1800|glinet_gl-ax1800)
glinet_gl-axt1800|glinet_gl-ax1800)
...
@@ -602,12 +602,8 @@ jobs:
...
@@ -602,12 +602,8 @@ jobs:
tag=qualcommax-ipq60xx-snapshot
tag=qualcommax-ipq60xx-snapshot
echo "platform=qualcommax/ipq60xx" >> $GITHUB_ENV
echo "platform=qualcommax/ipq60xx" >> $GITHUB_ENV
;;
;;
cudy_tr3000-256mb-v1)
# 由于256MB版本tr3000 还没有出正式版24.10.3 故使用快照版本来构建
tag=mediatek-filogic-24.10-SNAPSHOT
;;
xiaomi_redmi-router-ax6s)
xiaomi_redmi-router-ax6s)
tag=mediatek-mt7622-openwrt-24.10.
3
tag=mediatek-mt7622-openwrt-24.10.
4
echo "platform=mediatek/mt7622" >> $GITHUB_ENV
echo "platform=mediatek/mt7622" >> $GITHUB_ENV
;;
;;
# 下列机型目前没有24.10 因此采用23.05.4分支来构建
# 下列机型目前没有24.10 因此采用23.05.4分支来构建
...
@@ -633,7 +629,7 @@ jobs:
...
@@ -633,7 +629,7 @@ jobs:
echo "platform=$case_platform" >> $GITHUB_ENV
echo "platform=$case_platform" >> $GITHUB_ENV
else
else
# 默认分支
# 默认分支
tag=mediatek-filogic-openwrt-24.10.
3
tag=mediatek-filogic-openwrt-24.10.
4
fi
fi
;;
;;
esac
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment