Commit 3d2efecf authored by Ivan A. Melnikov's avatar Ivan A. Melnikov Committed by Anton Midyukov

mipsel-mitx: Set default cpufreq gouverner to performance

cpufreq-simple sets it to ondemand by default, which does not behave well on some Tavolga kernels.
parent 0d4aa49c
#!/bin/sh
CONFIG=/etc/sysconfig/cpufreq-simple
[ -f "$CONFIG" ] || exit 0
. shell-config
shell_config_set "$CONFIG" GOVERNOR_AC_ON performance
shell_config_set "$CONFIG" GOVERNOR_AC_OFF performance
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment