diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-01 07:26:47 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-01 07:26:47 +0000 |
| commit | 6853555972c7888a050e2b0cf2bea52ef65e5480 (patch) | |
| tree | b1b4941b79497d44ee076b699bc2682578496362 | |
| parent | fa59c7b68696c9280741145bee923466c43a1cb2 (diff) | |
| download | rockbox-6853555972c7888a050e2b0cf2bea52ef65e5480.zip rockbox-6853555972c7888a050e2b0cf2bea52ef65e5480.tar.gz rockbox-6853555972c7888a050e2b0cf2bea52ef65e5480.tar.bz2 rockbox-6853555972c7888a050e2b0cf2bea52ef65e5480.tar.xz | |
Promote Fuzev2 to unstable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25419 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | tools/builds.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index c3f2dfc..bc50949 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -258,6 +258,11 @@ $releasenotes="/wiki/ReleaseNotes351"; name => 'SanDisk Sansa Fuze', status => 3, }, + 'sansafuzev2' => { + name => 'SanDisk Sansa Fuze v2', + status => 2, + icon => 'sansafuze', + }, 'sansam200' => { name => 'SanDisk Sansa m200', status => 1, |