mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
ipq40xx: Tweaked settings for cpu ondemand scheduler
This commit is contained in:
parent
0d0d8f2648
commit
4ce1ffb2ae
@ -31,4 +31,7 @@ boot() {
|
||||
echo "Linksys EA6350v3: boot_part=$(fw_printenv -n boot_part)"
|
||||
;;
|
||||
esac
|
||||
|
||||
echo 35 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
||||
echo 10 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
||||
}
|
||||
|
@ -16,7 +16,8 @@ case $(board_name) in
|
||||
mtd resetbc s_env
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
echo 35 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold
|
||||
echo 10 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user