* [lm-sensors] error in mkpatch.pl of lm_sensors 2.10.0
@ 2006-08-15 18:11 Hans Steegers
2006-08-15 19:34 ` Jean Delvare
0 siblings, 1 reply; 2+ messages in thread
From: Hans Steegers @ 2006-08-15 18:11 UTC (permalink / raw)
To: lm-sensors
Hi,
I found an error in the mkpatch.pl script of lm_sensors 2.10.0,
causing the build of a patched 2.4.32/33 kernel to fail.
The following mini-patch corrects the error:
%<---------------------------------------------->%
--- mkpatch.pl.orig 2006-02-15 02:46:48.000000000 +0100
+++ mkpatch.pl 2006-08-15 19:51:34.000000000 +0200
@@ -1027,7 +1027,7 @@
obj-$(CONFIG_SENSORS_DDCMON) += ddcmon.o
obj-$(CONFIG_SENSORS_DS1621) += ds1621.o
obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o
-obj-$(CONFIG_SENSORS_FSCHER) += f71085f.o
+obj-$(CONFIG_SENSORS_F71805F) += f71805f.o
obj-$(CONFIG_SENSORS_FSCHER) += fscher.o
obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o
obj-$(CONFIG_SENSORS_FSCSCY) += fscscy.o
%<---------------------------------------------->%
cheers,
Hans Steegers
^ permalink raw reply [flat|nested] 2+ messages in thread
* [lm-sensors] error in mkpatch.pl of lm_sensors 2.10.0
2006-08-15 18:11 [lm-sensors] error in mkpatch.pl of lm_sensors 2.10.0 Hans Steegers
@ 2006-08-15 19:34 ` Jean Delvare
0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2006-08-15 19:34 UTC (permalink / raw)
To: lm-sensors
Hi Hans,
> I found an error in the mkpatch.pl script of lm_sensors 2.10.0,
> causing the build of a patched 2.4.32/33 kernel to fail.
> The following mini-patch corrects the error:
> %<---------------------------------------------->%
> --- mkpatch.pl.orig 2006-02-15 02:46:48.000000000 +0100
> +++ mkpatch.pl 2006-08-15 19:51:34.000000000 +0200
> @@ -1027,7 +1027,7 @@
> obj-$(CONFIG_SENSORS_DDCMON) += ddcmon.o
> obj-$(CONFIG_SENSORS_DS1621) += ds1621.o
> obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o
> -obj-$(CONFIG_SENSORS_FSCHER) += f71085f.o
> +obj-$(CONFIG_SENSORS_F71805F) += f71805f.o
> obj-$(CONFIG_SENSORS_FSCHER) += fscher.o
> obj-$(CONFIG_SENSORS_FSCPOS) += fscpos.o
> obj-$(CONFIG_SENSORS_FSCSCY) += fscscy.o
> %<---------------------------------------------->%
Already fixed in lm_sensors SVN since February 2006.
--
Jean Delvare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-15 19:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-15 18:11 [lm-sensors] error in mkpatch.pl of lm_sensors 2.10.0 Hans Steegers
2006-08-15 19:34 ` Jean Delvare
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.