Update of /cvsroot/devil-linux/build/scripts/configuration
In directory sc8-pr-cvs1:/tmp/cvs-serv8026/scripts/configuration
Modified Files:
isapnptools.config mdadm.config patch-o-matic.config
Log Message:
and disable more for kernel 2.6
Index: isapnptools.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/isapnptools.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- isapnptools.config 10 Nov 2003 23:33:29 -0000 1.1
+++ isapnptools.config 16 Jan 2004 21:22:00 -0000 1.2
@@ -5,4 +5,4 @@
#
# http://www.devil-linux.org
-menu_add "System|Hardware Support" bool "ISAPNP Tools" CONFIG_ISAPNPTOOLS
+test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Hardware Support" bool "ISAPNP Tools" CONFIG_ISAPNPTOOLS
Index: mdadm.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/mdadm.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mdadm.config 2 Oct 2003 15:58:26 -0000 1.2
+++ mdadm.config 16 Jan 2004 21:22:00 -0000 1.3
@@ -5,4 +5,4 @@
#
# http://www.devil-linux.org
-menu_add "System|Filesystems" bool "MDADM (Linux Software Raid Configuration)" CONFIG_MDADM
+test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Filesystems" bool "MDADM (Linux Software Raid Configuration)" CONFIG_MDADM
Index: patch-o-matic.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/patch-o-matic.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- patch-o-matic.config 2 Oct 2003 15:58:26 -0000 1.2
+++ patch-o-matic.config 16 Jan 2004 21:22:00 -0000 1.3
@@ -5,6 +5,6 @@
#
# http://www.devil-linux.org
-menu_add "Networking|Firewall" bool "Netfilter submitted/pending/optimizations patches" CONFIG_NF_PENDING
+test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "Networking|Firewall" bool "Netfilter submitted/pending/optimizations patches" CONFIG_NF_PENDING
[ "$CONFIG_NF_PENDING" = "y" ] && menu_add "Networking|Firewall" bool "Netfilter base patches" CONFIG_NF_BASE
[ "$CONFIG_NF_PENDING" = "y" ] && menu_add "Networking|Firewall" bool "Netfilter extra patches (can break compile)" CONFIG_NF_EXTRA
|