summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-04-23 09:12:18 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-05-10 08:34:04 -0400
commitd0758c5330aac0cdee7b94b7b29e196b53b2e362 (patch)
treec1247af5226d1abfd803e6c483cd99f06e3f887c
parent4128a1fe48c63e32196276bbc1eae6ac4871ec5c (diff)
downloadrockbox-d0758c5330aac0cdee7b94b7b29e196b53b2e362.tar.gz
rockbox-d0758c5330aac0cdee7b94b7b29e196b53b2e362.zip
builds: Add 'erosqnative' to the 'unstable' build list
This will add it to the nightly builds, and add voice etc generation Change-Id: I8d792775f9db9da23271913e62a170f2a907ed41
-rw-r--r--tools/builds.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index 0c83548cf2..47fa7d2aef 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -440,7 +440,11 @@ $releasenotes="/wiki/ReleaseNotes315";
440 manualok => 1, # Remove once status moves to 3 440 manualok => 1, # Remove once status moves to 3
441 }, 441 },
442 'aigoerosq' => { 442 'aigoerosq' => {
443 name => 'AIGO EROS Q / K', 443 name => 'AIGO EROS Q / K (Hosted)',
444 status => 2,
445 },
446 'erosqnative' => {
447 name => 'AIGO EROS Q / K (Native)',
444 status => 2, 448 status => 2,
445 }, 449 },
446 'ihifi770' => { 450 'ihifi770' => {