summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-16 17:28:45 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-16 17:28:45 -0400
commitd993448c9f3a8ddcf92d1e025183e6f3c4db7bc3 (patch)
tree8d731f603e06546409c44d2a52af215439fe8936
parent318229e742fdecc5fbd3912f558b94c3b439cdb1 (diff)
downloadrockbox-d993448c9f3a8ddcf92d1e025183e6f3c4db7bc3.tar.gz
rockbox-d993448c9f3a8ddcf92d1e025183e6f3c4db7bc3.zip
Add Samsung YP-R1 to the builds.pm file, as an unstable (but usable) target.
Change-Id: I0987e66767f266efd59d1459b944570d9bd14874
-rw-r--r--tools/builds.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index 890c29522c..b0cf0adbc3 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -263,6 +263,10 @@ $releasenotes="/wiki/ReleaseNotes315";
263 name => 'Samsung YP-R0', 263 name => 'Samsung YP-R0',
264 status => 2, 264 status => 2,
265 }, 265 },
266 'samsungypr1' => {
267 name => 'Samsung YP-R1',
268 status => 2,
269 },
266 'samsungyps3' => { 270 'samsungyps3' => {
267 name => 'Samsung YP-S3', 271 name => 'Samsung YP-S3',
268 status => 1, 272 status => 1,