[Lunar-commits] CVS: moonbase/libs/i2c CONFIGURE, NONE, 1.1 DETAILS, 1.6, 1.7 CONFLICTS, 1.2, NONE

Chad Kittel v3rt1g0 at lunar-linux.org
Wed Oct 27 23:42:00 UTC 2004


Update of /var/cvs/lunar/moonbase/libs/i2c
In directory espresso.foo-projects.org:/tmp/cvs-serv28717/i2c

Modified Files:
	DETAILS 
Added Files:
	CONFIGURE 
Removed Files:
	CONFLICTS 
Log Message:
Instead of maintaining a CONFLICTS file with all the possible Linux-2.6*
modules, move the "conflicting check" t the configure file and bail if the
user is using a 2.6 based kernel.


--- NEW FILE: CONFIGURE ---
# Instead of trying to always maintain the linux-2.6* CONFLICTS file
# just check the running kernel.

if echo "`uname -r`" | grep -q '^2\.6\.' ; then
  message ""
  message "${PROBLEM_COLOUR}********************"
  message " This driver is designed for the 2.4.x series kernel."
  message " The 2.6.x series kernel you are running natively supports i2c."
  message " You will find in menuconfig under 'Character devices' -> 'I2C support'."
  message " Install aborted."
  message "********************${DEFAULT_COLOUR}"
  message ""
  exit 1
fi

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/i2c/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS	5 Oct 2004 09:30:10 -0000	1.6
+++ DETAILS	27 Oct 2004 23:41:58 -0000	1.7
@@ -1,12 +1,13 @@
-           MODULE=i2c
+          MODULE=i2c
          VERSION=2.8.0
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www2.lm-sensors.nu/~lm78/archive/
-      SOURCE_VFY=md5:b93f04a533cd783b1a1207c96596e736
+      SOURCE_URL=http://www2.lm-sensors.nu/~lm78/archive/
+      SOURCE_VFY=sha1:84ed0b670d9510deaca124644575fed84f800063
         WEB_SITE=http://www.lm-sensors.nu
          ENTERED=20011021
          UPDATED=20030719
            SHORT="i2c provides kernel modules to read the I-Squared-C bus, required by lm_sensors."
+
 cat << EOF
 
 2.2 What is the SMBus? And the I2C bus?

--- CONFLICTS DELETED ---



More information about the Lunar-commits mailing list