Difference between revisions of "Template:RK3328-UpdateLog/zh"
From FriendlyELEC WiKi
(→2020-02-20) |
|||
Line 1: | Line 1: | ||
+ | ===2020-02-25=== | ||
+ | ====FriendlyWrt更新说明:==== | ||
+ | =====更新代码到 openwrt v19.07.1 版本,请使用 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> | ||
+ | =====修复初版固件发现的一些issues,如下:===== | ||
+ | * 优化加载bpfilter 模块<br /> | ||
+ | * 设置 dist-feeds 指向最新版本, 解决opkg update 异常
<br /> | ||
+ | * 缺省config中移除 modemmanager和mwan3 插件 (可自行添加)<br /> | ||
+ | * 优化 cpu 调频策略和开机速度<br /> | ||
===2020-02-20=== | ===2020-02-20=== | ||
====FriendlyWrt==== | ====FriendlyWrt==== | ||
* 优化了 openssl 性能<br /> | * 优化了 openssl 性能<br /> | ||
* 增加pwm风扇的支持,支持温控 (平台: rk3328/rk3399)<br /> | * 增加pwm风扇的支持,支持温控 (平台: rk3328/rk3399)<br /> |
Revision as of 04:13, 25 February 2020
Contents
1 2020-02-25
1.1 FriendlyWrt更新说明:
1.1.1 更新代码到 openwrt v19.07.1 版本,请使用 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 修复初版固件发现的一些issues,如下:
- 优化加载bpfilter 模块
- 设置 dist-feeds 指向最新版本, 解决opkg update 异常
- 缺省config中移除 modemmanager和mwan3 插件 (可自行添加)
- 优化 cpu 调频策略和开机速度
2 2020-02-20
2.1 FriendlyWrt
- 优化了 openssl 性能
- 增加pwm风扇的支持,支持温控 (平台: rk3328/rk3399)