dslinux bulkbuild.sh

amadeus dslinux_amadeus at user.in-berlin.de
Tue Aug 29 15:53:59 CEST 2006


Update of /cvsroot/dslinux/dslinux
In directory antilope:/tmp/cvs-serv20502

Modified Files:
	bulkbuild.sh 
Log Message:
add new product "RAM" for RAM-based cards with SD/CF 

Index: bulkbuild.sh
===================================================================
RCS file: /cvsroot/dslinux/dslinux/bulkbuild.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- bulkbuild.sh	25 Aug 2006 06:15:14 -0000	1.8
+++ bulkbuild.sh	29 Aug 2006 13:53:57 -0000	1.9
@@ -29,7 +29,7 @@
 
 OUTDIR=${OUTDIR:-"./bulkbuild"}
 
-for build in DSGBA DSMEM GBAMP GBAMP_EXT2 M3CF NDS SUPERCARDCF SUPERCARDSD SCSD_RAM
+for build in DSGBA DSMEM GBAMP GBAMP_EXT2 M3CF NDS SUPERCARDCF SUPERCARDSD RAM
 do
 	if [ "$build" = "GBAMP_EXT2" ]
 	then
@@ -74,8 +74,8 @@
 		SUPERCARDSD)
 			distfile=dslinux-supercardsd.tgz
 		;;
-		SCSD_RAM)
-			distfile=dslinux-supercard-ram.tgz
+		RAM)
+			distfile=dslinux-ram.tgz
 		;;
 		*)
 			echo




More information about the dslinux-commit mailing list