Trying to upload all related projects
[easy-deb-chroot] / diablo / easy-chroot / src / sbin / cpu-ondemand
diff --git a/diablo/easy-chroot/src/sbin/cpu-ondemand b/diablo/easy-chroot/src/sbin/cpu-ondemand
new file mode 100755 (executable)
index 0000000..3c394fa
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# set cpu governor to on-demand mode
+# (based on lcuk's liqbase script)
+
+echo ondemand >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
\ No newline at end of file