diff options
| author | Simon Rothen <rothen@gmx.net> | 2015-02-21 15:05:16 +0100 |
|---|---|---|
| committer | Simon Rothen <rothen@gmx.net> | 2015-02-21 15:05:16 +0100 |
| commit | b84fd878d3fa7512d93e692f97723007df2939be (patch) | |
| tree | 7a8c84d721f6801444c16dd17edf8d44f93ff8a2 /tools | |
| parent | 27c7e477caeb2f79cc577b66ef59005481dd63ec (diff) | |
| download | rockbox-b84fd878d3fa7512d93e692f97723007df2939be.zip rockbox-b84fd878d3fa7512d93e692f97723007df2939be.tar.gz rockbox-b84fd878d3fa7512d93e692f97723007df2939be.tar.bz2 rockbox-b84fd878d3fa7512d93e692f97723007df2939be.tar.xz | |
iBasso DX50/DX90 added as "unstable" to builds.pm
Change-Id: If6c906c363341aa8c80b6c5010274ce07daef4c8
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/builds.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index f36358a..d9d14b2 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -105,6 +105,14 @@ $releasenotes="/wiki/ReleaseNotes313"; name => 'iAudio X5', status => 3, }, + 'ibassodx50' => { + name => 'iBasso DX50', + status => 2, + }, + 'ibassodx90' => { + name => 'iBasso DX90', + status => 2, + }, 'ipod1g2g' => { name => 'iPod 1st and 2nd gen', status => 3, |