diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-04-23 09:12:18 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-05-10 08:34:04 -0400 |
commit | d0758c5330aac0cdee7b94b7b29e196b53b2e362 (patch) | |
tree | c1247af5226d1abfd803e6c483cd99f06e3f887c | |
parent | 4128a1fe48c63e32196276bbc1eae6ac4871ec5c (diff) | |
download | rockbox-d0758c5330.tar.gz rockbox-d0758c5330.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.pm | 6 |
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"; manualok => 1, # Remove once status moves to 3 }, 'aigoerosq' => { - name => 'AIGO EROS Q / K', + name => 'AIGO EROS Q / K (Hosted)', + status => 2, + }, + 'erosqnative' => { + name => 'AIGO EROS Q / K (Native)', status => 2, }, 'ihifi770' => { |