File: README.patches

package info (click to toggle)
lm-sensors 1%3A2.10.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,324 kB
  • ctags: 10,814
  • sloc: ansic: 63,969; perl: 8,111; sh: 1,823; makefile: 399; lex: 371; yacc: 312; python: 11
file content (30 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
These patches were pre-made using the i2c and lm_sensors packages.

In this document, the example version used of this patch is 
lm_sensors-2.4.0-i2c-kernel-2.2.12.  Your actual version may be
newer than this.

To use:

* Download a virgin kernel distribution of the exact version as
  this patch distribution.

* Unpackage and install the kernel source, but do not configure
  or 'make' it yet.

* Apply the I2C patch, for example:

# patch -d /usr/src/linux -p1 < lm_sensors-2.4.0-i2c-kernel-2.2.12.patch 

* Apply the Lm_sensors patch, for example:

# patch -d /usr/src/linux -p1 < lm_sensors-2.4.0-lm-kernel-2.2.12.patch


The patches must be applied in this order: i2c then lm_sensors


Enjoy!


-- The Lm_sensors Development Team