diff options
| author | Michael Chicoine <mc2739@gmail.com> | 2009-11-01 18:14:47 +0000 |
|---|---|---|
| committer | Michael Chicoine <mc2739@gmail.com> | 2009-11-01 18:14:47 +0000 |
| commit | 50edc5819ea22c9635bfdc7459a1cd7bcd6d82fa (patch) | |
| tree | 7a065d44f9a723c096e79a28398f83d13217d88f | |
| parent | 0fa6eea2fbe57af412f9143283e0f82b88b4636f (diff) | |
| download | rockbox-50edc5819ea22c9635bfdc7459a1cd7bcd6d82fa.zip rockbox-50edc5819ea22c9635bfdc7459a1cd7bcd6d82fa.tar.gz rockbox-50edc5819ea22c9635bfdc7459a1cd7bcd6d82fa.tar.bz2 rockbox-50edc5819ea22c9635bfdc7459a1cd7bcd6d82fa.tar.xz | |
OndaVX777 sim now builds so add it back to the list of sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23469 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/release/sims.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/sims.pl b/tools/release/sims.pl index c22d35d..e08d420 100755 --- a/tools/release/sims.pl +++ b/tools/release/sims.pl @@ -235,6 +235,6 @@ runone("yh920", "yh_920"); runone("yh925", "yh_925"); runone("ondavx747", "ondavx747"); runone("ondavx747p", "ondavx747p"); -#runone("ondavx777", "ondavx777"); +runone("ondavx777", "ondavx777"); #runone("ifp7xx", "ifp7xx"); runone("lyremini2440", "mini2440"); |