README.md 2.3 KB
Newer Older
S
songchenwen 已提交
1 2
# Nanopi R2S 固件自动编译

S
songchenwen 已提交
3 4
[![friendlywrt](https://github.com/songchenwen/nanopi-r2s/workflows/friendlywrt/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3Afriendlywrt) 
[![FwF](https://github.com/songchenwen/nanopi-r2s/workflows/FwF/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3AFwF) 
5

S
songchenwen 已提交
6
~~编译了两种固件,分别是基于 Lean 的和基于官方固件的。~~
7

S
songchenwen 已提交
8 9
FriendlyWRT 和 FwF 是基于官方固件的版本,主要求稳,没有解锁 CPU 主频,也没添加 Flow Offload,实测性能够用,温度还低,推荐作为家庭主路由拿来长期使用。

S
songchenwen 已提交
10
点击下方固件名字,可找到对应版本固件的最新下载链接。图形化刷机工具 [luci-app-r2sflasher](luci-app-r2sflasher) 的 ipk 安装包也在下载到的 zip 里。
S
songchenwen 已提交
11

S
songchenwen 已提交
12 13 14 15
| 固件名字 | 改动记录 | 简介 |
| :------ | :----- | :--- |
| [FriendlyWRT](FriendlyWRT) | [改动记录](FriendlyWRT/CHANGELOG.md) | 以官方固件为基础, 添加 Lean 的包 |
| [FwF](FwF) | [改动记录](FwF/CHANGELOG.md) | FriendlyWRT with Features, 比上面的固件含有更多功能 |
S
songchenwen 已提交
16

S
songchenwen 已提交
17 18
默认 LAN 口 IP `192.168.2.1` 默认密码 `password`

S
songchenwen 已提交
19
4月14日之后的版本加入了 [luci-app-r2sflasher](luci-app-r2sflasher), 可以图形化刷机了。
S
songchenwen 已提交
20

S
songchenwen 已提交
21 22
4月23日之后,有了[专为 NanoPi R2S 准备的软件源](https://songchenwen.com/nanopi-r2s-opkg-feeds/packages)。缺少的包可以自行从源里安装了。

S
songchenwen 已提交
23
Fork 自 [klever1988](https://github.com/klever1988/nanopi-openwrt)[soffchen](https://github.com/soffchen/NanoPi-R2S)
S
songchenwen 已提交
24 25 26 27

主要整合了 [Passwall](https://github.com/songchenwen/openwrt-package) 和 AdguardHome

其中 [Passwall](https://github.com/songchenwen/openwrt-package) 是修改版本,支持 Clash。Passwall 比 OpenClash 的好处是,OpenClash 所有流量都需要经过 Clash 转发,有性能损耗。[Passwall](https://github.com/songchenwen/openwrt-package) 可以设置规则只转发部分流量。
S
songchenwen 已提交
28

S
songchenwen 已提交
29
WAN 口 DHCP 时,NAT 性能和温度 ⬇️
S
songchenwen 已提交
30 31 32

![DHCP NAT](images/r2s_dhcp_nat.png)

S
songchenwen 已提交
33
WAN 口 PPPOE 时,NAT 性能和温度 ⬇️
S
songchenwen 已提交
34 35 36

![PPPOE NAT](images/r2s_pppoe_nat.png)

S
songchenwen 已提交
37
Fast.com 测速 ⬇️
S
songchenwen 已提交
38 39 40

![fast.com](images/r2s_fastcom.png)

S
songchenwen 已提交
41 42 43 44
Fast.com 测速 WAN 口 DHCP 时 CPU 占用和温度 ( WAN 口 PPPOE 的话,CPU 占用增加 20% 左右 ) ⬇️

![fast.com](images/r2s_fastcom_nat.png)