Update of /cvsroot/devil-linux/build/scripts/configuration
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26330/scripts/configuration
Modified Files:
mxser.config raidtools.config
Log Message:
- disable i2c/lm_sensors kernel modules when lm_sensors is not selected
- more changes to the build system to get everything working in with kernel 2.6
Index: mxser.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/mxser.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mxser.config 22 Mar 2004 02:23:18 -0000 1.1
+++ mxser.config 21 Jul 2004 23:33:19 -0000 1.2
@@ -4,4 +4,4 @@
# $Date$
# http://www.devil-linux.org
-menu_add "System|Hardware Support" bool "Moxio Smartio/Industio Universal PCI Device Driver for Linux" CONFIG_MOXIO_SMARTIO
+test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Hardware Support" bool "Moxio Smartio/Industio Universal PCI Device Driver for Linux" CONFIG_MOXIO_SMARTIO
Index: raidtools.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/raidtools.config,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- raidtools.config 2 Oct 2003 15:58:26 -0000 1.4
+++ raidtools.config 21 Jul 2004 23:33:19 -0000 1.5
@@ -5,4 +5,4 @@
#
# http://www.devil-linux.org
-menu_add "System|Filesystems" bool "Raid Tools (old, better use mdadm)" CONFIG_RAIDTOOLS
+test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Filesystems" bool "Raid Tools (old, better use mdadm)" CONFIG_RAIDTOOLS
|