diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-16 17:28:45 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-16 17:28:45 -0400 |
commit | d993448c9f3a8ddcf92d1e025183e6f3c4db7bc3 (patch) | |
tree | 8d731f603e06546409c44d2a52af215439fe8936 /tools/builds.pm | |
parent | 318229e742fdecc5fbd3912f558b94c3b439cdb1 (diff) |
Add Samsung YP-R1 to the builds.pm file, as an unstable (but usable) target.
Change-Id: I0987e66767f266efd59d1459b944570d9bd14874
Diffstat (limited to 'tools/builds.pm')
-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 890c29522c..b0cf0adbc3 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -263,6 +263,10 @@ $releasenotes="/wiki/ReleaseNotes315"; name => 'Samsung YP-R0', status => 2, }, + 'samsungypr1' => { + name => 'Samsung YP-R1', + status => 2, + }, 'samsungyps3' => { name => 'Samsung YP-S3', status => 1, |