op_power.sh: fix accidentally dropped cpu clock save
[openpandora.oe.git] / recipes / pandora-system / pandora-scripts / op_power.sh
index 5cee08c..487056f 100644 (file)
@@ -91,6 +91,8 @@ lowPowerOn(){ #switch from normal to lowpower mode
        done
 
        suspend_net
+
+       cat /proc/pandora/cpu_mhz_max > /tmp/oldspeed
        /usr/pandora/scripts/op_cpuspeed.sh 125
 }