Update of /cvsroot/devil-linux/build/scripts/configuration
In directory sc8-pr-cvs1:/tmp/cvs-serv27884/scripts/configuration
Modified Files:
freeswan.config linux.config xfsprogs.config
Added Files:
lm_sensors.config quota-tools.config usbat-02.config
Log Message:
kernel 2.4.23 and many other updates/fixes
--- NEW FILE: lm_sensors.config ---
#!/bin/bash
# $Source: /cvsroot/devil-linux/build/scripts/configuration/lm_sensors.config,v $
# $Revision: 1.1 $
# $Date: 2003/12/17 14:55:47 $
#
# http://www.devil-linux.org
menu_add "System|Hardware Support" bool "LM Sensors (Hardware Monitoring)" CONFIG_LM_SENSORS
--- NEW FILE: quota-tools.config ---
#!/bin/bash
# $Source: /cvsroot/devil-linux/build/scripts/configuration/quota-tools.config,v $
# $Revision: 1.1 $
# $Date: 2003/12/17 14:55:47 $
#
# http://www.devil-linux.org
menu_add "System|Filesystems" bool "Quota Tools" CONFIG_QUOTA_TOOLS
--- NEW FILE: usbat-02.config ---
#!/bin/bash
# $Source: /cvsroot/devil-linux/build/scripts/configuration/usbat-02.config,v $
# $Revision: 1.1 $
# $Date: 2003/12/17 14:55:47 $
#
# http://www.devil-linux.org
menu_add "System|Hardware Support" bool "USBAT-02 based USB CF card readers" CONFIG_USBAT02
Index: freeswan.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/freeswan.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- freeswan.config 2 Oct 2003 15:58:26 -0000 1.2
+++ freeswan.config 17 Dec 2003 14:55:47 -0000 1.3
@@ -5,17 +5,4 @@
#
# http://www.devil-linux.org
-menu_add "Networking|VPN" bool "FreeS/WAN (IPSec)" CONFIG_FREESWAN
-if [ "$CONFIG_FREESWAN" = "y" ]; then
- menu_add "Networking|VPN" bool "FreeS/WAN Modular ALGO Support (AES, 3DES, SHA2, etc.)" CONFIG_FREESWAN_ALG
- menu_add "Networking|VPN" bool "FreeS/WAN Notify/Delete SA Patch" CONFIG_FREESWAN_NOTIFY
- if [ "$CONFIG_FREESWAN_NOTIFY" = "y" ]; then
- if [ "$CONFIG_FREESWAN_ALG" = "y" ]; then
- if [ "$CONFIG_X509_FREESWAN" = "y" ]; then
- menu_add "Networking|VPN" bool "FreeS/WAN NAT Traversal Patch" CONFIG_FREESWAN_NAT
- fi
- else
- menu_add "Networking|VPN" bool "FreeS/WAN NAT Traversal Patch" CONFIG_FREESWAN_NAT
- fi
- fi
-fi
+menu_add "Networking|VPN" bool "Super-FreeS/WAN (IPSec)" CONFIG_SUPER_FREESWAN
Index: linux.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/linux.config,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- linux.config 10 Nov 2003 15:04:51 -0000 1.7
+++ linux.config 17 Dec 2003 14:55:47 -0000 1.8
@@ -5,5 +5,7 @@
#
# http://www.devil-linux.org
+test -z "$CONFIG_LINUX_NR_CPUS" && CONFIG_LINUX_NR_CPUS=4
menu_add "Build Configuration" bool "Symmetric multi-processing support" CONFIG_LINUX_SMP
+menu_add "Build Configuration" list "Maximum number of CPUs" CONFIG_LINUX_NR_CPUS 2 4 8 16 32
menu_add "System|Hardware Support" bool "Update Philips USB Webcam Kernel Driver (pwc) EXPERIMENTAL" CONFIG_LINUX_UPDATE_PWC
Index: xfsprogs.config
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/configuration/xfsprogs.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- xfsprogs.config 2 Oct 2003 15:58:26 -0000 1.2
+++ xfsprogs.config 17 Dec 2003 14:55:47 -0000 1.3
@@ -5,4 +5,4 @@
#
# http://www.devil-linux.org
-[ "$CONFIG_GRSECURITY" = "y" ] || menu_add "System|Filesystems" bool "XFS Support" CONFIG_XFS
+[ "$CONFIG_GRSECURITY" = "y" ] || menu_add "System|Filesystems" bool "XFS Support ( most likely BROKEN )" CONFIG_XFS
|