From: <smi...@us...> - 2004-01-17 00:44:00
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv20835/scripts/configuration Modified Files: cipe.config quota-tools.config samba.config usbutils.config Log Message: enabled pcmcia in kernel and disabled some more programs for kernel 2.6 Index: cipe.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/cipe.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- cipe.config 2 Oct 2003 15:58:26 -0000 1.2 +++ cipe.config 17 Jan 2004 00:43:56 -0000 1.3 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -menu_add "Networking|VPN" bool "CIPE (VPN)" CONFIG_CIPE +test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "Networking|VPN" bool "CIPE (VPN)" CONFIG_CIPE Index: quota-tools.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/quota-tools.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- quota-tools.config 17 Dec 2003 14:55:47 -0000 1.1 +++ quota-tools.config 17 Jan 2004 00:43:56 -0000 1.2 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -menu_add "System|Filesystems" bool "Quota Tools" CONFIG_QUOTA_TOOLS +test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Filesystems" bool "Quota Tools" CONFIG_QUOTA_TOOLS Index: samba.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/samba.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- samba.config 2 Oct 2003 15:58:26 -0000 1.2 +++ samba.config 17 Jan 2004 00:43:56 -0000 1.3 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -menu_add "Networking|Services" bool "Samba" CONFIG_SAMBA +test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "Networking|Services" bool "Samba" CONFIG_SAMBA Index: usbutils.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/usbutils.config,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- usbutils.config 2 Oct 2003 15:58:26 -0000 1.4 +++ usbutils.config 17 Jan 2004 00:43:56 -0000 1.5 @@ -4,4 +4,4 @@ # $Date$ # http://www.devil-linux.org -menu_add "Tools|Utilities" bool "USB Utilities" CONFIG_USBUTILS +test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "Tools|Utilities" bool "USB Utilities" CONFIG_USBUTILS |