diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2012-07-01 21:06:52 +0200 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2012-07-01 21:07:54 +0200 |
| commit | 2b3cff88af6d7c6a73e235ab59d438fec05c572c (patch) | |
| tree | 837f6f51fed40edc1690b0b465568805790b74ab | |
| parent | 644b83e0b4b47911f35ea34976d767f020f42f4e (diff) | |
| download | rockbox-2b3cff88af6d7c6a73e235ab59d438fec05c572c.zip rockbox-2b3cff88af6d7c6a73e235ab59d438fec05c572c.tar.gz rockbox-2b3cff88af6d7c6a73e235ab59d438fec05c572c.tar.bz2 rockbox-2b3cff88af6d7c6a73e235ab59d438fec05c572c.tar.xz | |
Add the ipod 6g (classic) to builds.pm
This should have been done ages ago
Change-Id: I53b258981b139c0bb73777c83938645333ca8780
| -rw-r--r-- | tools/builds.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 676ed08..1b24f29 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -127,6 +127,10 @@ $releasenotes="/wiki/ReleaseNotes3112"; name => 'iPod Video', status => 3, }, + 'ipod6g' => { + name => 'iPod 6th gen (Classic)', + status => 1, + }, 'iriverh10' => { name => 'iriver H10 20GB', status => 3, |