diff options
| author | Robert Menes <rmenes@rockbox.org> | 2010-11-02 21:46:59 +0000 |
|---|---|---|
| committer | Robert Menes <rmenes@rockbox.org> | 2010-11-02 21:46:59 +0000 |
| commit | e68844a7b740dc4946098214976e5aeb7df6a5fa (patch) | |
| tree | de17267e3fa1957f19759f6983c9d9c89ede714f | |
| parent | dbd2e6b6257e6cfa91adfde54579c251a8a567e9 (diff) | |
| download | rockbox-e68844a7b740dc4946098214976e5aeb7df6a5fa.zip rockbox-e68844a7b740dc4946098214976e5aeb7df6a5fa.tar.gz rockbox-e68844a7b740dc4946098214976e5aeb7df6a5fa.tar.bz2 rockbox-e68844a7b740dc4946098214976e5aeb7df6a5fa.tar.xz | |
Making sure that the HDD16x0 series is correctly reflected
as Unstable. Also added the GoGear HDD6330 as Unusable for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28460 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | tools/builds.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 03f7ff0..69064bc 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -55,7 +55,11 @@ $releasenotes="/wiki/ReleaseNotes37"; }, 'gogearhdd1630' => { name => 'Philips GoGear HDD1630', - status => 1, + status => 2, + }, + 'gogearhdd6330' = { + name => 'Philips GoGear HDD6330', + status => 1, }, 'gogearsa9200' => { name => 'Philips GoGear SA9200', |