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.
This commit is contained in:
parent
0d4aa49cfa
commit
3d2efecf91
9
features.in/mipsel-mitx/rootfs/image-scripts.d/40-cpufreq-simple
Executable file
9
features.in/mipsel-mitx/rootfs/image-scripts.d/40-cpufreq-simple
Executable file
@ -0,0 +1,9 @@
|
||||
#!/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
|
Loading…
Reference in New Issue
Block a user