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

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

5 6 7 8
点击[这里](https://github.com/songchenwen/nanopi-r2s/releases)下载固件,推荐下载 FriendlyWRT 开头的版本。

NanoPi R2S 图形化刷机工具 luci-app-r2sflasher 的 ipk 安装包,也可以从[这里](https://github.com/songchenwen/nanopi-r2s/releases)下载到,选择4月14日及之后的版本把 zip 包解压之后即可得到 ipk。

S
songchenwen 已提交
9
| 荐 | 固件名字 | 状态 | 改动记录 | 简介 |
S
songchenwen 已提交
10
| :--- | :------ | :--- | :----- | :--- |
S
songchenwen 已提交
11
| * | FriendlyWRT | [![friendlywrt](https://github.com/songchenwen/nanopi-r2s/workflows/friendlywrt/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3Afriendlywrt) | [改动记录](FriendlyWRT/CHANGELOG.md) | 以 FriendlyWRT 为基础, 添加 Lean 的包 |
S
songchenwen 已提交
12
|   | FwF | [![FwF](https://github.com/songchenwen/nanopi-r2s/workflows/FwF/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3AFwF) | [改动记录](FwF/CHANGELOG.md) | FriendlyWRT with Features, 比上面的固件含有更多包 |
S
songchenwen 已提交
13 14
|   | Lean | [![lean](https://github.com/songchenwen/nanopi-r2s/workflows/lean/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3Alean) | [改动记录](Lean/CHANGELOG.md) | 以 Lean 为基础, 增加 FriendlyWRT 对 OpenWRT 的改动 | 
|   | LOL | [![LOL](https://github.com/songchenwen/nanopi-r2s/workflows/LOL/badge.svg)](https://github.com/songchenwen/nanopi-r2s/actions?query=workflow%3ALOL) | [改动记录](LOL/CHANGELOG.md) | 以[Lienol on Lean](https://github.com/Lienol/openwrt/tree/dev-lean-lede)为基础, 增加 FriendlyWRT 对 OpenWRT 的改动 |
S
songchenwen 已提交
15

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

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

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

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

S
songchenwen 已提交
26 27
启动后如果发现 Passwall 的百度和谷歌连接一直失败,但实际能访问的话,原因是固件内的 wget 版本过旧,可以 ssh 进去 `opkg update;opkg install wget` 解决。在`系统-软件包`里更新 wget 也行。

28
推荐使用 FriendlyWRT, CPU 1.2GHz 时温度更低,稳定性更好,性能也够用。
S
songchenwen 已提交
29

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

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

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

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

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

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

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

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