feat: 修改构建固件版本号为25.12.1

This commit is contained in:
Olia Lisa
2026-07-11 19:28:28 +08:00
parent 7ab6aefbb1
commit 592094be82
5 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -82,7 +82,7 @@ hiwifi_b70_output/
### x86-64 ### x86-64
- ImmortalWrt 版本:`25.12.0` - ImmortalWrt 版本:`25.12.1`
- Target`x86/64` - Target`x86/64`
- Profile`generic` - Profile`generic`
- 根分区大小:`600 MB` - 根分区大小:`600 MB`
@@ -90,7 +90,7 @@ hiwifi_b70_output/
### NanoPi R2S ### NanoPi R2S
- ImmortalWrt 版本:`25.12.0` - ImmortalWrt 版本:`25.12.1`
- Target`rockchip/armv8` - Target`rockchip/armv8`
- Profile`friendlyarm_nanopi-r2s` - Profile`friendlyarm_nanopi-r2s`
- 根分区大小:`600 MB` - 根分区大小:`600 MB`
@@ -98,7 +98,7 @@ hiwifi_b70_output/
### 新三路由(Newifi3 D2 ### 新三路由(Newifi3 D2
- ImmortalWrt 版本:`25.12.0` - ImmortalWrt 版本:`25.12.1`
- Target`ramips/mt7621` - Target`ramips/mt7621`
- Profile`d-team_newifi-d2` - Profile`d-team_newifi-d2`
- 输出目录:`newifi3_output/` - 输出目录:`newifi3_output/`
@@ -106,7 +106,7 @@ hiwifi_b70_output/
### 极路由 B70 ### 极路由 B70
- ImmortalWrt 版本:`25.12.0` - ImmortalWrt 版本:`25.12.1`
- Target`ramips/mt7621` - Target`ramips/mt7621`
- Profile`hiwifi_hc5962` - Profile`hiwifi_hc5962`
- 输出目录:`newifi3_output/` - 输出目录:`newifi3_output/`
@@ -118,7 +118,7 @@ hiwifi_b70_output/
编辑对应脚本中的 `version` 变量: 编辑对应脚本中的 `version` 变量:
```bash ```bash
version="25.12.0" version="25.12.1"
``` ```
例如改为: 例如改为:
+1 -1
View File
@@ -146,7 +146,7 @@ project_dir="$(cd "$(dirname "$0")" && pwd)"
cd "$project_dir" cd "$project_dir"
# 要构建的 ImmortalWrt 版本 # 要构建的 ImmortalWrt 版本
version="25.12.0" version="25.12.1"
install_dependencies install_dependencies
+1 -1
View File
@@ -146,7 +146,7 @@ project_dir="$(cd "$(dirname "$0")" && pwd)"
cd "$project_dir" cd "$project_dir"
# 要构建的 ImmortalWrt 版本, 可以在 https://github.com/immortalwrt/immortalwrt 查询版本号 # 要构建的 ImmortalWrt 版本, 可以在 https://github.com/immortalwrt/immortalwrt 查询版本号
version="25.12.0" version="25.12.1"
# 安装依赖 # 安装依赖
install_dependencies install_dependencies
+2 -2
View File
@@ -8,7 +8,7 @@ install_dependencies() {
} }
# 下载并解压 FriendlyARM NanoPi R2S 的 Image Builder # 下载并解压 FriendlyARM NanoPi R2S 的 Image Builder
# 参数 1: ImmortalWrt 版本号,例如 25.12.0 # 参数 1: ImmortalWrt 版本号,例如 25.12.1
# 输出: 解压后的 Image Builder 目录绝对路径 # 输出: 解压后的 Image Builder 目录绝对路径
download_imagebuilder() { download_imagebuilder() {
local version="$1" local version="$1"
@@ -203,7 +203,7 @@ project_dir="$(cd "$(dirname "$0")" && pwd)"
cd "$project_dir" cd "$project_dir"
# 要构建的 ImmortalWrt 版本 # 要构建的 ImmortalWrt 版本
version="25.12.0" version="25.12.1"
# 根分区大小(单位: MB) # 根分区大小(单位: MB)
rootfs_partsize=600 rootfs_partsize=600
+2 -2
View File
@@ -8,7 +8,7 @@ install_dependencies() {
} }
# 下载并解压 x86-64 的 Image Builder # 下载并解压 x86-64 的 Image Builder
# 参数 1: ImmortalWrt 版本号,例如 25.12.0 # 参数 1: ImmortalWrt 版本号,例如 25.12.1
# 输出: 解压的后 Image Builder 目录绝对路径 # 输出: 解压的后 Image Builder 目录绝对路径
download_imagebuilder() { download_imagebuilder() {
local version="$1" local version="$1"
@@ -220,7 +220,7 @@ project_dir="$(cd "$(dirname "$0")" && pwd)"
cd "$project_dir" cd "$project_dir"
# 要构建的 ImmortalWrt 版本, 可以在 https://github.com/immortalwrt/immortalwrt 查询版本号 # 要构建的 ImmortalWrt 版本, 可以在 https://github.com/immortalwrt/immortalwrt 查询版本号
version="25.12.0" version="25.12.1"
# 根分区大小(单位: MB) # 根分区大小(单位: MB)
rootfs_partsize=600 rootfs_partsize=600