提交 709f14c4 编写于 作者: S songchenwen

Revert "FriendlyWrt Unlock CPU 1.5Ghz"

This reverts commit 676db712.
上级 6765452a
...@@ -101,12 +101,6 @@ jobs: ...@@ -101,12 +101,6 @@ jobs:
echo "cp /usr/lib/netdata/conf.d/charts.d.conf /etc/netdata/" >> friendlywrt/package/base-files/files/root/setup.sh echo "cp /usr/lib/netdata/conf.d/charts.d.conf /etc/netdata/" >> friendlywrt/package/base-files/files/root/setup.sh
echo "echo 'temp=yes' >> /etc/netdata/charts.d.conf" >> friendlywrt/package/base-files/files/root/setup.sh echo "echo 'temp=yes' >> /etc/netdata/charts.d.conf" >> friendlywrt/package/base-files/files/root/setup.sh
echo "/etc/init.d/netdata restart" >> friendlywrt/package/base-files/files/root/setup.sh echo "/etc/init.d/netdata restart" >> friendlywrt/package/base-files/files/root/setup.sh
- name: Unlock CPU 1.5Ghz
run: |
cd friendlywrt-rk3328/kernel
wget https://github.com/armbian/build/raw/master/patch/kernel/rockchip64-dev/RK3328-enable-1512mhz-opp.patch
git apply RK3328-enable-1512mhz-opp.patch
- name: Download Clash Binary - name: Download Clash Binary
if: steps.changelog.outputs.changelog != '' if: steps.changelog.outputs.changelog != ''
......
...@@ -102,11 +102,11 @@ jobs: ...@@ -102,11 +102,11 @@ jobs:
echo "echo 'temp=yes' >> /etc/netdata/charts.d.conf" >> friendlywrt/package/base-files/files/root/setup.sh echo "echo 'temp=yes' >> /etc/netdata/charts.d.conf" >> friendlywrt/package/base-files/files/root/setup.sh
echo "/etc/init.d/netdata restart" >> friendlywrt/package/base-files/files/root/setup.sh echo "/etc/init.d/netdata restart" >> friendlywrt/package/base-files/files/root/setup.sh
- name: Unlock CPU 1.5Ghz # - name: Unlock CPU 1.5Ghz
run: | # run: |
cd friendlywrt-rk3328/kernel # cd friendlywrt-rk3328/kernel
wget https://github.com/armbian/build/raw/master/patch/kernel/rockchip64-dev/RK3328-enable-1512mhz-opp.patch # wget https://github.com/armbian/build/raw/master/patch/kernel/rockchip64-dev/RK3328-enable-1512mhz-opp.patch
git apply RK3328-enable-1512mhz-opp.patch # git apply RK3328-enable-1512mhz-opp.patch
- name: Download Clash Binary - name: Download Clash Binary
if: steps.changelog.outputs.changelog != '' if: steps.changelog.outputs.changelog != ''
......
...@@ -17,7 +17,7 @@ Fork 自 [klever1988](https://github.com/klever1988/nanopi-openwrt) 和 [soffche ...@@ -17,7 +17,7 @@ Fork 自 [klever1988](https://github.com/klever1988/nanopi-openwrt) 和 [soffche
启动后如果发现 Passwall 的百度和谷歌连接一直失败,但实际能访问的话,原因是固件内的 wget 版本过旧,可以 ssh 进去 `opkg update;opkg install wget` 解决。在`系统-软件包`里更新 wget 也行。 启动后如果发现 Passwall 的百度和谷歌连接一直失败,但实际能访问的话,原因是固件内的 wget 版本过旧,可以 ssh 进去 `opkg update;opkg install wget` 解决。在`系统-软件包`里更新 wget 也行。
推荐使用 FriendlyWRT, ~~CPU 1.2GHz 时温度更低,~~ 稳定性更好,性能也够用。Update: 2020-04-10 及以后的版本 FriendlyWRT 已解锁 CPU 主频上限,还是免费的性能更香 推荐使用 FriendlyWRT, CPU 1.2GHz 时温度更低,稳定性更好,性能也够用
WAN 口 DHCP 时,NAT 性能和温度 ⬇️ WAN 口 DHCP 时,NAT 性能和温度 ⬇️
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册