From 340273a74cb6640df6b4f6805d16e1a07be64db7 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 30 Jul 2025 14:32:52 -0400 Subject: [PATCH] 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 --- tools/builds.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/builds.pm b/tools/builds.pm index aef91b5b3e..f084c6beb7 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -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,