diff options
| author | Michael Chicoine <mc2739@gmail.com> | 2009-11-10 15:08:04 +0000 |
|---|---|---|
| committer | Michael Chicoine <mc2739@gmail.com> | 2009-11-10 15:08:04 +0000 |
| commit | 422fcbe35d93d2ea35695b8f746e0652ee1796ad (patch) | |
| tree | 6b8e37b522a48aa205174d72fb27a842a78751f7 | |
| parent | 0771686339d14fe9f0d3bfce447e2e63bba5a473 (diff) | |
| download | rockbox-422fcbe35d93d2ea35695b8f746e0652ee1796ad.zip rockbox-422fcbe35d93d2ea35695b8f746e0652ee1796ad.tar.gz rockbox-422fcbe35d93d2ea35695b8f746e0652ee1796ad.tar.bz2 rockbox-422fcbe35d93d2ea35695b8f746e0652ee1796ad.tar.xz | |
Correct target id for Samsung YH*
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23602 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/release/sims.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/release/sims.pl b/tools/release/sims.pl index e08d420..24da40c 100755 --- a/tools/release/sims.pl +++ b/tools/release/sims.pl @@ -230,9 +230,9 @@ runone("fuze", "fuze"); runone("m200v4", "m200v4"); runone("sa9200", "sa9200"); runone("sansac200v2", "c200v2"); -runone("yh820", "yh_820"); -runone("yh920", "yh_920"); -runone("yh925", "yh_925"); +runone("yh820", "yh820"); +runone("yh920", "yh920"); +runone("yh925", "yh925"); runone("ondavx747", "ondavx747"); runone("ondavx747p", "ondavx747p"); runone("ondavx777", "ondavx777"); |