summaryrefslogtreecommitdiff
path: root/tools/builds.pm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/builds.pm')
-rw-r--r--tools/builds.pm14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index acd1207a3e..0b7c768888 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -474,17 +474,17 @@ $releasenotes="/wiki/ReleaseNotes315";
474 }, 474 },
475 'fiiom3k' => { 475 'fiiom3k' => {
476 name => 'FiiO M3K', 476 name => 'FiiO M3K',
477 status => 2, 477 status => 3,
478 manualok => 1, # Remove once status moves to 3 478 release => '4.0', # Remove once 4.0 lands
479 }, 479 },
480 'aigoerosq' => { 480 'aigoerosq' => {
481 name => 'AIGO EROS Q / K (Hosted)', 481 name => 'AIGO EROS Q / K (Hosted)',
482 status => 2, 482 status => 2, # Do we promote this to stable?
483 }, 483 },
484 'erosqnative' => { 484 'erosqnative' => {
485 name => 'AIGO EROS Q / K (Native)', 485 name => 'AIGO EROS Q / K (Native)',
486 status => 2, 486 status => 3,
487 manualok => 1, # Remove once status moves to 3 487 release => '4.0', # Remove once 4.0 lands
488 }, 488 },
489 'ihifi770' => { 489 'ihifi770' => {
490 name => 'Xuelin iHIFI 770', 490 name => 'Xuelin iHIFI 770',
@@ -500,8 +500,8 @@ $releasenotes="/wiki/ReleaseNotes315";
500 }, 500 },
501 'shanlingq1' => { 501 'shanlingq1' => {
502 name => 'Shanling Q1', 502 name => 'Shanling Q1',
503 status => 2, 503 status => 3,
504 manualok => 1, # Remove once status moves to 3 504 release => '4.0', # Remove once 4.0 lands
505 }, 505 },
506); 506);
507 507