diff options
| author | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-04-20 14:49:35 +0400 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2012-04-20 15:19:09 +0200 |
| commit | 0e190676246e4cd4319c4f32b0475b22fa080628 (patch) | |
| tree | 3a566af215f7d3d2125323fed285e6a8b9ec8400 | |
| parent | 6d73d6efc61f1fc1baad451984870f37ca377b2f (diff) | |
| download | rockbox-0e190676246e4cd4319c4f32b0475b22fa080628.zip rockbox-0e190676246e4cd4319c4f32b0475b22fa080628.tar.gz rockbox-0e190676246e4cd4319c4f32b0475b22fa080628.tar.bz2 rockbox-0e190676246e4cd4319c4f32b0475b22fa080628.tar.xz | |
Add rockchip targets to builds.pm.
Change-Id: I9c0e51b865aac0f47b66a8291af9846dcdc1fa2a
Reviewed-on: http://gerrit.rockbox.org/221
Reviewed-by: Björn Stenberg <bjorn@haxx.se>
| -rw-r--r-- | tools/builds.pm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 3524599..04323f0 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -65,6 +65,14 @@ $releasenotes="/wiki/ReleaseNotes3112"; name => 'Philips GoGear SA9200', status => 2, }, + 'hifimanhm60x' => { + name => 'HiFiMAN HM-60x', + status => 2, + }, + 'hifimanhm801' => { + name => 'HiFiMAN HM-801', + status => 2, + }, 'iaudio7' => { name => 'iAudio 7', status => 1, @@ -193,6 +201,10 @@ $releasenotes="/wiki/ReleaseNotes3112"; name => 'Onda VX777', status => 1, }, + 'rk27generic' => { + name => 'Rockchip rk27xx', + status => 1, + } 'samsungyh820' => { name => 'Samsung YH-820', status => 2, |