diff --git a/README.md b/README.md index 2c2ac92..83774ec 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ hiwifi_b70_output/ ### x86-64 -- ImmortalWrt 版本:`25.12.0` +- ImmortalWrt 版本:`25.12.1` - Target:`x86/64` - Profile:`generic` - 根分区大小:`600 MB` @@ -90,7 +90,7 @@ hiwifi_b70_output/ ### NanoPi R2S -- ImmortalWrt 版本:`25.12.0` +- ImmortalWrt 版本:`25.12.1` - Target:`rockchip/armv8` - Profile:`friendlyarm_nanopi-r2s` - 根分区大小:`600 MB` @@ -98,7 +98,7 @@ hiwifi_b70_output/ ### 新三路由(Newifi3 D2) -- ImmortalWrt 版本:`25.12.0` +- ImmortalWrt 版本:`25.12.1` - Target:`ramips/mt7621` - Profile:`d-team_newifi-d2` - 输出目录:`newifi3_output/` @@ -106,7 +106,7 @@ hiwifi_b70_output/ ### 极路由 B70 -- ImmortalWrt 版本:`25.12.0` +- ImmortalWrt 版本:`25.12.1` - Target:`ramips/mt7621` - Profile:`hiwifi_hc5962` - 输出目录:`newifi3_output/` @@ -118,7 +118,7 @@ hiwifi_b70_output/ 编辑对应脚本中的 `version` 变量: ```bash -version="25.12.0" +version="25.12.1" ``` 例如改为: diff --git a/hiwifi-b70.sh b/hiwifi-b70.sh index 3dae724..90a71ca 100644 --- a/hiwifi-b70.sh +++ b/hiwifi-b70.sh @@ -146,7 +146,7 @@ project_dir="$(cd "$(dirname "$0")" && pwd)" cd "$project_dir" # 要构建的 ImmortalWrt 版本 -version="25.12.0" +version="25.12.1" install_dependencies diff --git a/newifi3_d2.sh b/newifi3_d2.sh index e4dd26a..bd78c2e 100644 --- a/newifi3_d2.sh +++ b/newifi3_d2.sh @@ -146,7 +146,7 @@ project_dir="$(cd "$(dirname "$0")" && pwd)" cd "$project_dir" # 要构建的 ImmortalWrt 版本, 可以在 https://github.com/immortalwrt/immortalwrt 查询版本号 -version="25.12.0" +version="25.12.1" # 安装依赖 install_dependencies diff --git a/r2s.sh b/r2s.sh index 794e6ed..5a70cb5 100644 --- a/r2s.sh +++ b/r2s.sh @@ -8,7 +8,7 @@ install_dependencies() { } # 下载并解压 FriendlyARM NanoPi R2S 的 Image Builder -# 参数 1: ImmortalWrt 版本号,例如 25.12.0 +# 参数 1: ImmortalWrt 版本号,例如 25.12.1 # 输出: 解压后的 Image Builder 目录绝对路径 download_imagebuilder() { local version="$1" @@ -203,7 +203,7 @@ project_dir="$(cd "$(dirname "$0")" && pwd)" cd "$project_dir" # 要构建的 ImmortalWrt 版本 -version="25.12.0" +version="25.12.1" # 根分区大小(单位: MB) rootfs_partsize=600 diff --git a/x86-64.sh b/x86-64.sh index ca90e36..60d4429 100644 --- a/x86-64.sh +++ b/x86-64.sh @@ -8,7 +8,7 @@ install_dependencies() { } # 下载并解压 x86-64 的 Image Builder -# 参数 1: ImmortalWrt 版本号,例如 25.12.0 +# 参数 1: ImmortalWrt 版本号,例如 25.12.1 # 输出: 解压的后 Image Builder 目录绝对路径 download_imagebuilder() { local version="$1" @@ -220,7 +220,7 @@ project_dir="$(cd "$(dirname "$0")" && pwd)" cd "$project_dir" # 要构建的 ImmortalWrt 版本, 可以在 https://github.com/immortalwrt/immortalwrt 查询版本号 -version="25.12.0" +version="25.12.1" # 根分区大小(单位: MB) rootfs_partsize=600