diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2010-02-18 10:30:00 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2010-02-18 10:30:00 +0000 |
| commit | c6f2a906354f8d7f89f6a74c64073dc0cc8f0dc4 (patch) | |
| tree | 9a2c83c129d673dd5992a715fa1eba4bc96bb011 | |
| parent | 45a181d8fc4af3840ce89a9788f739f20cdb2ad7 (diff) | |
| download | rockbox-c6f2a906354f8d7f89f6a74c64073dc0cc8f0dc4.zip rockbox-c6f2a906354f8d7f89f6a74c64073dc0cc8f0dc4.tar.gz rockbox-c6f2a906354f8d7f89f6a74c64073dc0cc8f0dc4.tar.bz2 rockbox-c6f2a906354f8d7f89f6a74c64073dc0cc8f0dc4.tar.xz | |
Added Packard Bell Vibe 500 to build list.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24748 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | tools/builds.pm | 4 | ||||
| -rwxr-xr-x | tools/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 2400b2d..93b213d 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -269,6 +269,10 @@ $releasenotes="/wiki/ReleaseNotes35"; name => 'Tatung Elio TPJ-1022', status => 1, }, + 'vibe500' => { + name => 'Packard Bell Vibe 500', + status => 2, + }, 'zenvision' => { name => 'Creative Zen Vision', status => 1, diff --git a/tools/configure b/tools/configure index 4d61d8e..0d02ac6 100755 --- a/tools/configure +++ b/tools/configure @@ -2466,7 +2466,7 @@ fi t_model="yps3" ;; - 160|pb_vibe500) + 160|vibe500) target_id=67 modelname="vibe500" target="-DPBELL_VIBE500" |