luci-app-cpufreq: add tweak for sunxi/cortexa53

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-05-12 04:18:20 +08:00
parent ddb09b655a
commit c97d4ee646
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -30,6 +30,9 @@ case "$DISTRIB_TARGET" in
uci_write_config 0 schedutil 816000 1512000
fi
;;
"sunxi/cortexa53")
uci_write_config 0 ondemand 648000 1296000 10 50
;;
esac
uci -q batch <<-EOF >/dev/null