mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
builds.pm: Add the new RG Nano port as an "unstable" build.
With this it will filter through the UI and hopefully get the nightlies going. Change-Id: I04638f31737ee69212ac966f38f4289f6fa30f87
This commit is contained in:
parent
7e2b129c64
commit
340273a74c
1 changed files with 5 additions and 0 deletions
|
@ -246,6 +246,11 @@ $releasenotes="/wiki/ReleaseNotes400";
|
|||
status => 1,
|
||||
sim => 1,
|
||||
},
|
||||
'rgnano' => {
|
||||
name => 'Anbernic RG Nano',
|
||||
sim => 0,
|
||||
status => 2,
|
||||
},
|
||||
'rk27generic' => {
|
||||
name => 'Rockchip rk27xx',
|
||||
status => 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue