2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-05 08:45:26 +00:00
Files
lm-sensors/README.patches
Frodo Looijaard 846845204d Changed email address lm78@... to sensors@...
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@738 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-02-27 00:50:28 +00:00

31 lines
767 B
Plaintext

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 <sensors@stimpy.netroedge.com>