Difference between revisions of "Template:RK3328-UpdateLog"
From FriendlyELEC WiKi
(→2020-02-20) |
(→2020-02-20) |
||
Line 1: | Line 1: | ||
+ | ===2020-02-25=== | ||
+ | ====FriendlyWrt==== | ||
+ | =====update to v19.07.1,please use branch master-v19.07.1:===== | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | mkdir friendlywrt-rk3328 | ||
+ | cd friendlywrt-rk3328 | ||
+ | repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.1 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle | ||
+ | repo sync -c --no-clone-bundle | ||
+ | </syntaxhighlight> | ||
+ | =====fixed some issues:===== | ||
+ | * fixed bpfilter module issue<br /> | ||
+ | * updated feeds to the latest commit
<br /> | ||
+ | * removed modemmanager and mwan3 plugins<br /> | ||
+ | * adjusted cpu scaling governor, optimized startup speed<br /> | ||
===2020-02-20=== | ===2020-02-20=== | ||
====FriendlyWrt==== | ====FriendlyWrt==== |
Revision as of 04:31, 25 February 2020
Contents
1 2020-02-25
1.1 FriendlyWrt
1.1.1 update to v19.07.1,please use branch master-v19.07.1:
mkdir friendlywrt-rk3328 cd friendlywrt-rk3328 repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.1 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle repo sync -c --no-clone-bundle
1.1.2 fixed some issues:
- fixed bpfilter module issue
- updated feeds to the latest commit
- removed modemmanager and mwan3 plugins
- adjusted cpu scaling governor, optimized startup speed
2 2020-02-20
2.1 FriendlyWrt
- Optimized openssl performance
- Added support for PWM fan, support fan speed control (platform: rk33xx)
3 2020-01-18
Initial Release