diff --git a/FriendlyWRT/CHANGELOG.md b/FriendlyWRT/CHANGELOG.md index f38bfc2513c3dc4a7be9d18c01af23d7d4af69d5..2163a1c8c5b37a76f2b2ad7a7623ea74d21b09aa 100644 --- a/FriendlyWRT/CHANGELOG.md +++ b/FriendlyWRT/CHANGELOG.md @@ -1,3 +1,19 @@ +## 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 #### Builder [ef49a2a..f176cc1](https://github.com/songchenwen/nanopi-r2s/compare/ef49a2a..f176cc1) diff --git a/FriendlyWRT/status.env b/FriendlyWRT/status.env index 3fea728f597b09258b16b9978105129001e88c6c..1758a5d1fa83197b00bf396a24792e9976d012ee 100644 --- a/FriendlyWRT/status.env +++ b/FriendlyWRT/status.env @@ -1,8 +1,8 @@ -BuilderHash=f176cc1 +BuilderHash=676db71 FriendlyWRTHash=1bedd70 ArgonHash=3e41f5b LeanLuciHash=cebe120 AdguardHomeHash=37fdf50 -LeanHash=593d812 +LeanHash=ce326f0 LeanPackageHash=f35494f -ScwPackageHash=bdc53ec +ScwPackageHash=fa7ce3f diff --git a/README.md b/README.md index e07cc4031ccd7cc96a0a18ab64bcb6c85e475b2a..2a985b3215e7ecdf405e987b5a75375cf338736a 100644 --- a/README.md +++ b/README.md @@ -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) 可以设置规则只转发部分流量。 -推荐使用 FriendlyWRT, CPU 1.2GHz 时温度更低,稳定性更好,性能也够用。 +推荐使用 FriendlyWRT, ~~CPU 1.2GHz 时温度更低,~~ 稳定性更好,性能也够用。Update: 2020-04-10 及以后的版本 FriendlyWRT 已解锁 CPU 主频上限,还是免费的性能更香。 WAN 口 DHCP 时,NAT 性能和温度 ⬇️ diff --git a/changelog.sh b/changelog.sh index 134d0b1e923e3c2515de9bc0151b1881c510e074..ba4eaccf6d7930cac9e49d0b5a866b6a57231401 100755 --- a/changelog.sh +++ b/changelog.sh @@ -64,8 +64,8 @@ while read l; do | Commit | Author | Desc | | :----- | :------| :--- | " - echo "Generating Change Log for $name $branch ${oldHash}..${hash}" - table=$(git log --no-merges --invert-grep --author="action@github.com" --pretty=format:"| [%h](${url}/commit/%h) | %an | %s |" ${oldHash}..${hash} ${name}/$branch -- $logPath) + 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}) if [ "$table" == "" ]; then body="" title=""