diff options
| -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" |