diff options
author | Björn Stenberg <bjorn@haxx.se> | 2010-03-24 20:28:10 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2010-03-24 20:28:10 +0000 |
commit | ab610e8fcffe5238cc5d87e2701c15c2cf61e233 (patch) | |
tree | e68e0d16ae743e6ffa4e04a269437f7d3342d808 /tools | |
parent | 630281a0885715fb52843d1f6ec648280c645253 (diff) |
Added Sansa Clip+ and moved Clip v2 to status 2 (unstable).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25322 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r-- | tools/builds.pm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 3821cf4d8c..632f57f5b3 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -232,7 +232,14 @@ $releasenotes="/wiki/ReleaseNotes351"; }, 'sansaclipv2' => { name => 'SanDisk Sansa Clip v2', - status => 1, + status => 2, + icon => 'sansaclip', + manual => 'sansaclip', + }, + 'sansaclipplus' => { + name => 'SanDisk Sansa Clip+', + status => 2, + manual => 'sansaclip', }, 'sansae200' => { name => 'SanDisk Sansa e200', |