diff --git a/target/linux/ipq806x/base-files/etc/init.d/bootcount b/target/linux/ipq806x/base-files/etc/init.d/bootcount index 3609cd5f5..63275f1de 100755 --- a/target/linux/ipq806x/base-files/etc/init.d/bootcount +++ b/target/linux/ipq806x/base-files/etc/init.d/bootcount @@ -18,10 +18,8 @@ boot() { ;; esac - echo 800000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq - echo 800000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq - echo 20 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold - echo 10 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor + echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq + echo 600000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq sysctl -w vm.min_free_kbytes=65536 sysctl -w net.netfilter.nf_conntrack_max=65535