diff options
| author | Franklin Wei <git@fwei.tk> | 2017-04-30 19:50:11 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2017-04-30 19:50:11 -0400 |
| commit | a8fa69628898a71f78657e3014ea00361c8b2d51 (patch) | |
| tree | fa77a585d6b4318a8d864078686535feac13ae25 /tools/builds.pm | |
| parent | 4519027562843ef2c0e5d3b5cad3846e0a5b15c6 (diff) | |
| download | rockbox-a8fa69628898a71f78657e3014ea00361c8b2d51.zip rockbox-a8fa69628898a71f78657e3014ea00361c8b2d51.tar.gz rockbox-a8fa69628898a71f78657e3014ea00361c8b2d51.tar.bz2 rockbox-a8fa69628898a71f78657e3014ea00361c8b2d51.tar.xz | |
N2G is stable and 6G is unstable
Change-Id: Ib5b939debb1db838907d33563784d336fdad3444
Diffstat (limited to 'tools/builds.pm')
| -rw-r--r-- | tools/builds.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index ab96eeb..799bebe 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -145,8 +145,7 @@ $releasenotes="/wiki/ReleaseNotes314"; }, 'ipodnano2g' => { name => 'iPod Nano 2nd gen', - status => 2, - release => '3.10', + status => 1, }, 'ipodvideo' => { name => 'iPod Video', @@ -154,7 +153,7 @@ $releasenotes="/wiki/ReleaseNotes314"; }, 'ipod6g' => { name => 'iPod 6th gen (Classic)', - status => 1, + status => 2, }, 'iriverh10' => { name => 'iriver H10 20GB', |