summaryrefslogtreecommitdiff
path: root/tools/builds.pm
diff options
context:
space:
mode:
authorSimon Rothen <rothen@gmx.net>2015-02-21 15:05:16 +0100
committerSimon Rothen <rothen@gmx.net>2015-02-21 15:05:16 +0100
commitb84fd878d3fa7512d93e692f97723007df2939be (patch)
tree7a8c84d721f6801444c16dd17edf8d44f93ff8a2 /tools/builds.pm
parent27c7e477caeb2f79cc577b66ef59005481dd63ec (diff)
downloadrockbox-b84fd878d3fa7512d93e692f97723007df2939be.tar.gz
rockbox-b84fd878d3fa7512d93e692f97723007df2939be.zip
iBasso DX50/DX90 added as "unstable" to builds.pm
Change-Id: If6c906c363341aa8c80b6c5010274ce07daef4c8
Diffstat (limited to 'tools/builds.pm')
-rw-r--r--tools/builds.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index f36358a435..d9d14b2456 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -105,6 +105,14 @@ $releasenotes="/wiki/ReleaseNotes313";
105 name => 'iAudio X5', 105 name => 'iAudio X5',
106 status => 3, 106 status => 3,
107 }, 107 },
108 'ibassodx50' => {
109 name => 'iBasso DX50',
110 status => 2,
111 },
112 'ibassodx90' => {
113 name => 'iBasso DX90',
114 status => 2,
115 },
108 'ipod1g2g' => { 116 'ipod1g2g' => {
109 name => 'iPod 1st and 2nd gen', 117 name => 'iPod 1st and 2nd gen',
110 status => 3, 118 status => 3,