适用于新三路由器的openwrt固件
- Release和Actions现在都默认使用coolsnowwolf分支源码:https://github.com/coolsnowwolf/lede
- openwrt版本:21.02
- 2023.06.22最新编译
- Screenshot文件夹为最新编译的预览截图
- 内核:5.4.x
- 默认管理地址为
192.168.10.1
,密码password
;
master分支为默认分支,常规使用下载该分支编译的固件即可
via:https://github.com/coolsnowwolf/lede
默认管理地址为192.168.10.1
,密码password
;
下载Release版或Actions都可以
https://github.com/Jeffery186/newifi3-d2-openwrt/releases
到Actions
构建页面 https://github.com/Jeffery186/newifi3-d2-openwrt/actions/workflows/build-openwrt-immortalwrt-b1.yml
下载,刷入时使用含有openwrt-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin
类似名字的bin固件;
Actions下载页面附带有一同编译的软件包
Actions编译的固件周一、三、五、六、日的凌晨2点自动开始编译,推荐下载使用
下载 openwrt-ramips-mt7621-d-team_newifi-d2.manifest
文件可查看固件内核版本和固件所包含的软件包信息,使用文本编辑器如 Sublime Text
等都可以打开查看
Dev分支的固件为校园网专用版本,只保留核心功能,体积更小,可以安装Python环境无限制使用校园网;
Dev分支的固件默认管理地址为192.168.3.1
,密码password
;
且openwrt软件源已默认配置为腾讯云源( https://mirrors.cloud.tencent.com/
):
opkg update
opkg install python3
opkg install python3-pip
opkg install screen
升级 pip 到最新的版本 (>=10.0.0) 后进行配置:
pip install pip -U
pip config set global.index-url https://mirrors.cloud.tencent.com/pypi/simple
您也可以临时使用腾讯云源镜像来升级 pip:
pip install -i https://mirrors.cloud.tencent.com/pypi/simple --upgrade pip
-
下载名字为openwrt-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin
这样的固件,下载地址:https://github.com/Jeffery186/newifi3-d2-openwrt/releases
,然后在Breed下刷入,譬如https://github.com/Jeffery186/newifi3-d2-openwrt/releases/download/2021.07.20-1005/openwrt-ramips-mt7621-d-team_newifi-d2-squashfs-sysupgrade.bin
-
默认后台管理地址:192.168.1.1;密码:password
coolsnowwolf分支源码编译的固件默认用的是SSR PLUS
致谢:
https://github.com/coolsnowwolf/lede
由于历史原因,克隆时请加上 --depth=1
参数
如:
git clone --depth=1 https://github.com/Jeffery186/newifi3-d2-openwrt.git
or:
git clone --depth=1 git@github.com:Jeffery186/newifi3-d2-openwrt.git
- 增加U盘自动挂载支持
- 增加kmod-tun内核模块
- openwrt源码改用immortalwrt
- 添加nfs内核