Don't load cpufreq governor if cpufreq is unsupported
authorChristian Hofstaedtler <ch@grml.org>
Thu, 17 Nov 2011 09:22:22 +0000 (10:22 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Thu, 17 Nov 2011 09:22:22 +0000 (10:22 +0100)
autoconfig.functions

index 7a003ae..ab86db6 100755 (executable)
@@ -964,6 +964,7 @@ if [ -x /etc/init.d/loadcpufreq ] ; then
       if [ -n "$MODULE" -a "$MODULE" != none ]; then
          einfo "Loading cpufreq kernel module $MODULE" ; eend 0
       else
+         SKIP_CPU_GOVERNOR=1
          ewarn "Could not find an appropriate kernel module for cpu frequency scaling." ; eend 1
       fi
    fi