X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts%2Fop_cpuspeed.sh;h=df9b72aeaa369a0714d6a0a68e2ccbf984a544fa;hp=3f2c65b730947909920ff5f9255be77e409b3c0b;hb=057b95d67d364f6d2ff4a08ee7f95d41d9b78649;hpb=1a309d1c760f164f74ba8daf6076f7dfd1463be2 diff --git a/recipes/pandora-system/pandora-scripts/op_cpuspeed.sh b/recipes/pandora-system/pandora-scripts/op_cpuspeed.sh index 3f2c65b..df9b72a 100644 --- a/recipes/pandora-system/pandora-scripts/op_cpuspeed.sh +++ b/recipes/pandora-system/pandora-scripts/op_cpuspeed.sh @@ -29,6 +29,6 @@ if [ $newmhz ]; then if [ $newmhz -le $minmhz ]; then newmhz=$minmhz; fi if [ $newmhz -ge $maxmhz ]; then newmhz=$maxmhz; fi + echo $newmhz > $device + echo cpu_mhz_max set to $(cat /proc/pandora/cpu_mhz_max) fi -echo $newmhz > $device -echo cpu_mhz_max set to $(cat /proc/pandora/cpu_mhz_max)