summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-11-12 16:24:20 +0000
committerAmaury Pouly <amaury.pouly@gmail.com>2013-11-12 16:24:20 +0000
commit6bff0f779f4cc2f012dd639814c0dd48fea91e26 (patch)
tree33b59507c4e19dbb69892c3e164761ba02bf7755
parent5e43c055b503d3d21a9649531bffa43502494a9d (diff)
downloadrockbox-6bff0f779f4cc2f012dd639814c0dd48fea91e26.tar.gz
rockbox-6bff0f779f4cc2f012dd639814c0dd48fea91e26.zip
Add Creative Zen, X-Fi and Mozaic to builds.pm
Change-Id: I67664ec7315038ff602dd492b06ce4867421b60b
-rw-r--r--tools/builds.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index e67e648cc7..43e5291f1f 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -355,6 +355,18 @@ $releasenotes="/wiki/ReleaseNotes313";
355 name => 'Sony NWZ-E370', 355 name => 'Sony NWZ-E370',
356 status => 1, 356 status => 1,
357 }, 357 },
358 'creativezenxfi' => {
359 name => 'Creative Zen X-Fi',
360 status => 1
361 },
362 'creativezen' => {
363 name => 'Creative Zen',
364 status => 1
365 },
366 'creativezenmozaic' => {
367 name => 'Creative Zen Mozaic',
368 status => 1
369 },
358); 370);
359 371
360sub manualname { 372sub manualname {