1
0
Fork 0
forked from len0rd/rockbox

builds: promote xDuoo X3ii and X20 to stable

They don't need a manual to be considered stable, but rbutil
can install them just fine.

Change-Id: I9c110711d78254f24f5813f3169ad7a4cefb19cc
This commit is contained in:
Solomon Peachy 2024-07-17 21:41:33 -04:00
parent 4d97a4f3f2
commit 350bb5fd74

View file

@ -450,11 +450,15 @@ $releasenotes="/wiki/ReleaseNotes315";
}, },
'xduoox3ii' => { 'xduoox3ii' => {
name => 'xDuoo X3ii', name => 'xDuoo X3ii',
status => 2, manualok => 0, # Remove when manual is written
status => 3,
release => '4.0', # Remove once 4.0 lands
}, },
'xduoox20' => { 'xduoox20' => {
name => 'xDuoo X20', name => 'xDuoo X20',
status => 2, manualok => 0, # Remove when manual is written
status => 3,
release => '4.0', # Remove once 4.0 lands
}, },
'fiiom3klinux' => { 'fiiom3klinux' => {
name => 'FiiO M3K (Linux)', name => 'FiiO M3K (Linux)',