summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2025-01-08 09:33:35 -0500
committerSolomon Peachy <pizza@shaftnet.org>2025-01-08 09:33:35 -0500
commitada000e8de7df2a24855007f8edd306c9cf6336c (patch)
treeed931c7cb050814b675d7960098d1beaad65588a
parent573ba5472e60c996539385481fa2ce01dc696e8d (diff)
downloadrockbox-ada000e8de.tar.gz
rockbox-ada000e8de.zip
builds: Add 'Creative Zen V' as an unusable target
Change-Id: I3da683c3d9bc41336d3c5b35415c3248ff4371ae
-rw-r--r--tools/builds.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index 0517cd6e40..a912576720 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -439,7 +439,11 @@ $releasenotes="/wiki/ReleaseNotes315";
},
'creativezen' => {
name => 'Creative Zen',
- status => 2
+ status => 2,
+ },
+ 'creativezenv' => {
+ name => 'Creative Zen V',
+ status => 1,
},
'creativezenmozaic' => {
name => 'Creative Zen Mozaic',