diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-09 14:10:39 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-09-09 14:10:39 -0700 |
commit | d000689490bbc3508f18b878757b3d2bb04d8a69 (patch) | |
tree | 40388b9f23e75fc4c0884f7fb076f2d6382e1136 /hooks/thermal | |
parent | b9c92a3bb82e860c8368eb7933f5ec4ddcd74bcb (diff) | |
parent | 3963c563cf1ea4b1126a4c1949181029a0ff2305 (diff) | |
download | initramfs-tools-d000689490bbc3508f18b878757b3d2bb04d8a69.tar.gz initramfs-tools-d000689490bbc3508f18b878757b3d2bb04d8a69.zip |
Merge remote branch 'debian/master' into upstream
Diffstat (limited to 'hooks/thermal')
-rwxr-xr-x | hooks/thermal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hooks/thermal b/hooks/thermal index ece7243..aa10ebf 100755 --- a/hooks/thermal +++ b/hooks/thermal @@ -22,6 +22,9 @@ esac case "$DPKG_ARCH" in # copy the right modules powerpc|ppc64) + if [ -e /sys/bus/ps3_system_bus/ ]; then + exit 0 + fi manual_add_modules therm_pm72 manual_add_modules windfarm_core manual_add_modules windfarm_cpufreq_clamp |