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

S
songchenwen 已提交
3 4 5 6
[![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) 
[![lean](https://github.com/songchenwen/nanopi-r2s/workflows/lean/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3Alean) 
[![LOL](https://github.com/songchenwen/nanopi-r2s/workflows/LOL/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3ALOL) 
7

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

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

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

| 推荐 | 固件名字 | 改动记录 | 简介 |
15 16 17 18 19
| :---: | :------ | :----- | :--- |
| * | [FriendlyWRT](FriendlyWRT) | [改动记录](FriendlyWRT/CHANGELOG.md) | 以官方固件为基础, 添加 Lean 的包 |
| * | [FwF](FwF) | [改动记录](FwF/CHANGELOG.md) | FriendlyWRT with Features, 比上面的固件含有更多功能 |
|   | [Lean](Lean) | [改动记录](Lean/CHANGELOG.md) | 以 Lean 为基础, 增加 FriendlyWRT 对 OpenWRT 的改动 | 
|   | [LOL](LOL) | [改动记录](LOL/CHANGELOG.md) | 以[Lienol on Lean](https://github.com/Lienol/openwrt/tree/dev-lean-lede)为基础, 增加 FriendlyWRT 对 OpenWRT 的改动 |
S
songchenwen 已提交
20

S
songchenwen 已提交
21 22
默认 LAN 口 IP `192.168.2.1` 默认密码 `password`

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

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

主要整合了 [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 已提交
30

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

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

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

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

S
songchenwen 已提交
39
Fast.com 测速 ⬇️
S
songchenwen 已提交
40 41 42

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

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

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