Add hwmon/coretemp module for Intel Core/Core2 Temperatur sensors

This commit is contained in:
Arne Fitzenreiter
2008-06-16 20:03:06 +02:00
parent 91e422e138
commit c138eec884
4 changed files with 554 additions and 0 deletions

View File

@@ -106,6 +106,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Security fix for CIFS & Netfilter SNMP
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.20.21-additional_check_on_BER_decoding.patch
# Temperatursensoren von Intel Core & Core 2 Prozessoren
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.20-hwmon-coretemp.patch
# Openswan 2
cd $(DIR_SRC) && rm -rf openswan-*
cd $(DIR_SRC) && tar xfz $(DIR_DL)/openswan-2.4.12.tar.gz