From 7a6f9e972def00f7f0435d9f2616bcb79dc619b7 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 9 Sep 2010 14:16:55 -0700 Subject: remove files that no longer exist --- scripts/init-premount/thermal | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100755 scripts/init-premount/thermal (limited to 'scripts/init-premount/thermal') diff --git a/scripts/init-premount/thermal b/scripts/init-premount/thermal deleted file mode 100755 index aa146ec..0000000 --- a/scripts/init-premount/thermal +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -PREREQ="" - -prereqs() -{ - echo "$PREREQ" -} - -case $1 in -# get pre-requisites -prereqs) - prereqs - exit 0 - ;; -esac - -case "$DPKG_ARCH" in -# load the right modules -powerpc|ppc64) - modprobe i2c-powermac - modprobe therm_pm72 - modprobe windfarm_cpufreq_clamp - modprobe windfarm_lm75_sensor - modprobe windfarm_max6690_sensor - modprobe windfarm_pm112 - modprobe windfarm_pm81 - modprobe windfarm_pm91 - modprobe windfarm_smu_controls - modprobe windfarm_smu_sat - modprobe windfarm_smu_sensors - ;; -i386|amd64|ia64) - modprobe fan - modprobe thermal - ;; -esac -- cgit v1.2.3