diff options
author | Szymon Dziok <b0hoon@o2.pl> | 2010-01-30 20:42:54 +0000 |
---|---|---|
committer | Szymon Dziok <b0hoon@o2.pl> | 2010-01-30 20:42:54 +0000 |
commit | f6b46caa404b15987ee0ccb14060306e531ee592 (patch) | |
tree | 5186a8ad11b43ccc247341be2fcffadd666ad690 /tools/configure | |
parent | c8d13b6a7dc76e80663ca71338fed4020e2be132 (diff) |
PBell vibe 500: fix the modelname (first commit test)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24384 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index dd0e189df9..1fe81909b9 100755 --- a/tools/configure +++ b/tools/configure @@ -2458,7 +2458,7 @@ fi 160|pb_vibe500) target_id=67 - modelname="pb_vibe500" + modelname="vibe500" target="-DPBELL_VIBE500" memory=32 # always arm7tdmicc |