Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv2929/scripts
Modified Files:
Tag: rel-1-0-patches
lm_sensors
Log Message:
updated lm_sensors to v2.8.1
Index: lm_sensors
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- lm_sensors 23 Sep 2003 11:13:40 -0000 1.4
+++ lm_sensors 23 Oct 2003 00:08:56 -0000 1.4.2.1
@@ -42,10 +42,7 @@
SMP=0
test "$CONFIG_LINUX_SMP" = "y" && SMP=1
- # COMPILE_KERNEL=1 should be 0, but there's a bug with the creation of sensors.h
- # v2.8.1 will solve this problem, it's just not released yet.
- make user $PMAKE PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man || exit 1
- #make user PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man COMPILE_KERNEL=1 I2C_HEADERS=$KERNELDIR/include/linux LINUX=$KERNELDIR|| exit 1
+ make user $PMAKE PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man COMPILE_KERNEL=0 || exit 1
strip_debug
;;
|