From 3c860fc7e611abe50788e48755708e4f264f2df2 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sun, 28 Jun 2026 10:47:53 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=A2=9E=E5=8A=A0=E6=96=B0=E4=B8=89?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 9808442..2f08d27 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,19 @@ sudo bash r2s.sh r2s_output/ ``` + +### 构建 新三路由wifi3-d2 固件 + +```bash +sudo bash newifi3_d2.sh +``` + +构建完成后,固件文件会生成到: + +```text +newifi3_output/ +``` + 如果输出目录已经存在,脚本会先将旧目录备份为带时间戳的 `.bak` 目录,再移动新的构建结果。 ## 默认配置 @@ -71,6 +84,14 @@ r2s_output/ - 根分区大小:`600 MB` - 输出目录:`r2s_output/` +### 新三路由(Newifi3 D2) + +- ImmortalWrt 版本:`25.12.0` +- Target:`ramips/mt7621` +- Profile:`d-team_newifi-d2` +- 输出目录:`newifi3_output/` +> mt7621(newifi3-d2)构建已移除 rootfs_partsize 参数,使用 ImageBuilder 默认分区策略。 + ## 自定义固件 ### 修改 ImmortalWrt 版本