提交 3af67c6b 编写于 作者: G GitHub Action 提交者: songchenwen

ChangeLog for FriendlyWRT-2020-04-10-676db712

上级 676db712
## FriendlyWRT-2020-04-10-676db71
#### Builder [f176cc1..676db71](https://github.com/songchenwen/nanopi-r2s/compare/f176cc1..676db71)
| Commit | Author | Desc |
| :----- | :------| :--- |
| [676db71](https://github.com/songchenwen/nanopi-r2s/commit/676db71) | songchenwen | FriendlyWrt Unlock CPU 1.5Ghz |
| [932d62a](https://github.com/songchenwen/nanopi-r2s/commit/932d62a) | songchenwen | Update README |
| [78a07e4](https://github.com/songchenwen/nanopi-r2s/commit/78a07e4) | songchenwen | Add Some Performance Test |
--------------
## FriendlyWRT-2020-04-09-f176cc1 ## FriendlyWRT-2020-04-09-f176cc1
#### Builder [ef49a2a..f176cc1](https://github.com/songchenwen/nanopi-r2s/compare/ef49a2a..f176cc1) #### Builder [ef49a2a..f176cc1](https://github.com/songchenwen/nanopi-r2s/compare/ef49a2a..f176cc1)
......
BuilderHash=f176cc1 BuilderHash=676db71
FriendlyWRTHash=1bedd70 FriendlyWRTHash=1bedd70
ArgonHash=3e41f5b ArgonHash=3e41f5b
LeanLuciHash=cebe120 LeanLuciHash=cebe120
AdguardHomeHash=37fdf50 AdguardHomeHash=37fdf50
LeanHash=593d812 LeanHash=ce326f0
LeanPackageHash=f35494f LeanPackageHash=f35494f
ScwPackageHash=bdc53ec ScwPackageHash=fa7ce3f
...@@ -14,7 +14,7 @@ Fork 自 [klever1988](https://github.com/klever1988/nanopi-openwrt) 和 [soffche ...@@ -14,7 +14,7 @@ Fork 自 [klever1988](https://github.com/klever1988/nanopi-openwrt) 和 [soffche
其中 [Passwall](https://github.com/songchenwen/openwrt-package) 是修改版本,支持 Clash。Passwall 比 OpenClash 的好处是,OpenClash 所有流量都需要经过 Clash 转发,有性能损耗。[Passwall](https://github.com/songchenwen/openwrt-package) 可以设置规则只转发部分流量。 其中 [Passwall](https://github.com/songchenwen/openwrt-package) 是修改版本,支持 Clash。Passwall 比 OpenClash 的好处是,OpenClash 所有流量都需要经过 Clash 转发,有性能损耗。[Passwall](https://github.com/songchenwen/openwrt-package) 可以设置规则只转发部分流量。
推荐使用 FriendlyWRT, CPU 1.2GHz 时温度更低,稳定性更好,性能也够用 推荐使用 FriendlyWRT, ~~CPU 1.2GHz 时温度更低,~~ 稳定性更好,性能也够用。Update: 2020-04-10 及以后的版本 FriendlyWRT 已解锁 CPU 主频上限,还是免费的性能更香
WAN 口 DHCP 时,NAT 性能和温度 ⬇️ WAN 口 DHCP 时,NAT 性能和温度 ⬇️
......
...@@ -64,8 +64,8 @@ while read l; do ...@@ -64,8 +64,8 @@ while read l; do
| Commit | Author | Desc | | Commit | Author | Desc |
| :----- | :------| :--- | | :----- | :------| :--- |
" "
echo "Generating Change Log for $name $branch ${oldHash}..${hash}" echo "Generating Change Log for ${name}/${branch} ${oldHash}..${hash} -- ${logPath}"
table=$(git log --no-merges --invert-grep --author="action@github.com" --pretty=format:"| [%h](${url}/commit/%h) | %an | %s |" ${oldHash}..${hash} ${name}/$branch -- $logPath) table=$(git log --no-merges --invert-grep --author="action@github.com" --pretty=format:"| [%h](${url}/commit/%h) | %an | %s |" ${oldHash}..${hash} ${name}/${branch} -- ${logPath})
if [ "$table" == "" ]; then if [ "$table" == "" ]; then
body="" body=""
title="" title=""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册