diff options
author | Aidan MacDonald <amachronic@protonmail.com> | 2021-07-15 19:16:37 +0100 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-07-15 18:54:35 +0000 |
commit | 1d72d9cf28725de63461fcb3849bfdc9e9124e40 (patch) | |
tree | 9b061c42b608ce322441411210a22e8259c266fa /tools | |
parent | 144d1b1e817f1470e3048a4c56b584a38d5e754b (diff) |
builds: add Shanling Q1 to unstable
Change-Id: Ic490b4d68c2faa35dd8cb6733766019aeeb192e7
Diffstat (limited to 'tools')
-rw-r--r-- | tools/builds.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 097ab2e318..8f00c0d416 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -456,6 +456,10 @@ $releasenotes="/wiki/ReleaseNotes315"; name => 'Xuelin iHIFI 800', status => 2, }, + 'shanlingq1' => { + name => 'Shanling Q1' + status => 2, + }, ); sub manualname { |