diff --git a/applications/luci-app-cpufreq/Makefile b/applications/luci-app-cpufreq/Makefile index 78492db8..8333d5f5 100644 --- a/applications/luci-app-cpufreq/Makefile +++ b/applications/luci-app-cpufreq/Makefile @@ -8,7 +8,7 @@ LUCI_TITLE:=LuCI for CPU Freq Setting LUCI_DEPENDS:=@(arm||aarch64) PKG_NAME:=luci-app-cpufreq -PKG_VERSION:=10 +PKG_VERSION:=11 PKG_RELEASE:=$(COMMITCOUNT) include ../../luci.mk diff --git a/applications/luci-app-cpufreq/root/etc/uci-defaults/10-cpufreq b/applications/luci-app-cpufreq/root/etc/uci-defaults/10-cpufreq index 34a9b9d0..ec8f6fd9 100755 --- a/applications/luci-app-cpufreq/root/etc/uci-defaults/10-cpufreq +++ b/applications/luci-app-cpufreq/root/etc/uci-defaults/10-cpufreq @@ -53,6 +53,9 @@ case "$DISTRIB_TARGET" in "meson/meson8b") uci_write_config 0 schedutil 816000 $CPU_MAX_FREQ ;; + "mediatek/mt7988") + uci_write_config 0 schedutil 800000 2300000 + ;; "mvebu/cortexa72") uci_write_config 0 ondemand 550000 $CPU_MAX_FREQ 10 50 uci_write_config 2 ondemand 550000 $CPU2_MAX_FREQ 10 50