setup: clock set to 1.5GHz, build shorcut-fe but set to disabled by default
This commit is contained in:
1
.github/workflows/lo-test.yml
vendored
1
.github/workflows/lo-test.yml
vendored
@@ -58,6 +58,7 @@ jobs:
|
|||||||
cd ~/lede
|
cd ~/lede
|
||||||
./scripts/feeds update -a
|
./scripts/feeds update -a
|
||||||
./scripts/feeds install -a
|
./scripts/feeds install -a
|
||||||
|
. $GITHUB_WORKSPACE/patches.sh
|
||||||
. $GITHUB_WORKSPACE/merge_packages.sh
|
. $GITHUB_WORKSPACE/merge_packages.sh
|
||||||
|
|
||||||
- name: Custom configure file
|
- name: Custom configure file
|
||||||
|
|||||||
10
patches.sh
Normal file
10
patches.sh
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
sed -i 's/1400000/1450000/' target/linux/rockchip/patches-5.4/991-arm64-dts-rockchip-add-more-cpu-operating-points-for.patch
|
||||||
|
truncate -s-1 package/lean/luci-app-cpufreq/root/etc/config/cpufreq
|
||||||
|
echo -e "\toption governor0 'schedutil'" >> package/lean/luci-app-cpufreq/root/etc/config/cpufreq
|
||||||
|
echo -e "\toption minfreq0 '816000'" >> package/lean/luci-app-cpufreq/root/etc/config/cpufreq
|
||||||
|
echo -e "\toption maxfreq0 '1512000'\n" >> package/lean/luci-app-cpufreq/root/etc/config/cpufreq
|
||||||
|
|
||||||
|
sed -i "s/option hw_flow '1'/option hw_flow '0'/" package/ctcgfw/luci-app-turboacc/root/etc/config/turboacc
|
||||||
|
sed -i "s/option sfe_flow '1'/option sfe_flow '0'/" package/ctcgfw/luci-app-turboacc/root/etc/config/turboacc
|
||||||
|
sed -i "s/option sfe_bridge '1'/option sfe_bridge '0'/" package/ctcgfw/luci-app-turboacc/root/etc/config/turboacc
|
||||||
|
sed -i "/INCLUDE_shortcut-fe=n/d" package/ctcgfw/luci-app-turboacc/Makefile
|
||||||
@@ -37,6 +37,7 @@ CONFIG_PACKAGE_luci-app-usb-printer=y
|
|||||||
CONFIG_PACKAGE_luci-app-vnstat=y
|
CONFIG_PACKAGE_luci-app-vnstat=y
|
||||||
CONFIG_PACKAGE_luci-app-vssr=y
|
CONFIG_PACKAGE_luci-app-vssr=y
|
||||||
CONFIG_PACKAGE_luci-app-zerotier=y
|
CONFIG_PACKAGE_luci-app-zerotier=y
|
||||||
|
CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y
|
||||||
CONFIG_PACKAGE_luci-theme-argon=y
|
CONFIG_PACKAGE_luci-theme-argon=y
|
||||||
CONFIG_PACKAGE_luci-theme-edge=y
|
CONFIG_PACKAGE_luci-theme-edge=y
|
||||||
CONFIG_PACKAGE_luci-theme-material=y
|
CONFIG_PACKAGE_luci-theme-material=y
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ CONFIG_PACKAGE_luci-app-usb-printer=y
|
|||||||
CONFIG_PACKAGE_luci-app-vnstat=y
|
CONFIG_PACKAGE_luci-app-vnstat=y
|
||||||
CONFIG_PACKAGE_luci-app-vssr=y
|
CONFIG_PACKAGE_luci-app-vssr=y
|
||||||
CONFIG_PACKAGE_luci-app-zerotier=y
|
CONFIG_PACKAGE_luci-app-zerotier=y
|
||||||
|
CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y
|
||||||
CONFIG_PACKAGE_luci-theme-argon=y
|
CONFIG_PACKAGE_luci-theme-argon=y
|
||||||
CONFIG_PACKAGE_luci-theme-edge=y
|
CONFIG_PACKAGE_luci-theme-edge=y
|
||||||
CONFIG_PACKAGE_luci-theme-material=y
|
CONFIG_PACKAGE_luci-theme-material=y
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ CONFIG_PACKAGE_luci-app-usb-printer=y
|
|||||||
CONFIG_PACKAGE_luci-app-vnstat=y
|
CONFIG_PACKAGE_luci-app-vnstat=y
|
||||||
CONFIG_PACKAGE_luci-app-vssr=y
|
CONFIG_PACKAGE_luci-app-vssr=y
|
||||||
CONFIG_PACKAGE_luci-app-zerotier=y
|
CONFIG_PACKAGE_luci-app-zerotier=y
|
||||||
|
CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y
|
||||||
CONFIG_PACKAGE_luci-theme-argon=y
|
CONFIG_PACKAGE_luci-theme-argon=y
|
||||||
CONFIG_PACKAGE_luci-theme-edge=y
|
CONFIG_PACKAGE_luci-theme-edge=y
|
||||||
CONFIG_PACKAGE_luci-theme-material=y
|
CONFIG_PACKAGE_luci-theme-material=y
|
||||||
|
|||||||
Reference in New Issue
Block a user