diff options
| -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', |