From: Diego T. <rap...@us...> - 2004-03-21 20:09:01
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9711/scripts/configuration Modified Files: prepare.config Added Files: shfs.config Log Message: longhaul and shfs for first time Index: prepare.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/prepare.config,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- prepare.config 10 Feb 2004 00:52:03 -0000 1.9 +++ prepare.config 21 Mar 2004 17:20:30 -0000 1.10 @@ -12,6 +12,7 @@ menu_add "Build Configuration|Processor and Memory" list "Kernel CPU" CONFIG_KERNEL_CPU 486 586 686 VIAC3_2 menu_add "Build Configuration|Processor and Memory" list "GCC CPU" CONFIG_CPU 486 586 686 menu_add "Build Configuration|Processor and Memory" bool "Highmem Support" CONFIG_HIGHMEM +test "$CONFIG_KERNEL_CPU" = "VIAC3_2" && menu_add "Build Configuration|Processor and Memory" bool "Longhaul fix (EXPERIMENTAL)" CONFIG_LONGHAUL test -z "$CONFIG_PMAKE" && CONFIG_PMAKE=1 menu_add "Build Configuration" list "Parallel Build Jobs" CONFIG_PMAKE 1 2 3 4 5 6 7 8 9 10 --- NEW FILE: shfs.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/shfs.config,v $ # $Revision: 1.1 $ # $Date: 2004/03/21 17:20:30 $ # # http://www.devil-linux.org test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "Networking|Services" bool "SHfs (mount remote filesystems using (secure) shell connection)" CONFIG_SHFS |