summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2009-06-20 11:48:41 +0000
committerJonas Häggqvist <rasher@rasher.dk>2009-06-20 11:48:41 +0000
commitba97d7d29b83f10c6c28f7052a274b6f6ca66ad0 (patch)
treeaeec1750b1bf5bd5e0ed5c7efac1d6522fc3486b
parent78c3f1c8b32d7a043b5928daf131d4ce128ec2ee (diff)
downloadrockbox-ba97d7d29b83f10c6c28f7052a274b6f6ca66ad0.tar.gz
rockbox-ba97d7d29b83f10c6c28f7052a274b6f6ca66ad0.zip
Add some more sims, and fix a bug which would make it also build c200 if you asked for c200v2.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21383 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/release/sims.pl7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/release/sims.pl b/tools/release/sims.pl
index 42ade1748c..e7687ad0cd 100755
--- a/tools/release/sims.pl
+++ b/tools/release/sims.pl
@@ -91,7 +91,7 @@ sub runone {
91 my ($dir, $confnum, $extra)=@_; 91 my ($dir, $confnum, $extra)=@_;
92 my $a; 92 my $a;
93 93
94 if(@doonly > 0 && !grep(/$dir/, @doonly)) { 94 if(@doonly > 0 && !grep(/^$dir$/, @doonly)) {
95 return; 95 return;
96 } 96 }
97 97
@@ -204,3 +204,8 @@ runone("zvm60gb", "creativezvm60gb");
204runone("hdd1630", "hdd1630"); 204runone("hdd1630", "hdd1630");
205runone("fuze", "fuze"); 205runone("fuze", "fuze");
206runone("m200v4", "m200v4"); 206runone("m200v4", "m200v4");
207runone("sa9200", "sa9200");
208runone("sansac200v2", "c200v2");
209runone("yh820", "yh_820");
210runone("yh920", "yh_920");
211runone("yh925", "yh_925");