diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-09-27 15:19:02 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-09-27 15:19:02 +0000 |
commit | 654dcac98bdbba39b4932278d513ee97d6d7fcf1 (patch) | |
tree | c3472f1ce92f385bd40b3b13aa1e8d07ff142e64 /tools | |
parent | 69b40e704db35390332b6f4b6a811934ca1613b6 (diff) | |
download | rockbox-654dcac98bdbba39b4932278d513ee97d6d7fcf1.tar.gz rockbox-654dcac98bdbba39b4932278d513ee97d6d7fcf1.zip |
Fix 'make reconf' for Creative Zen Vision 30 GB, Creative Zen Vision 60 GB and Creative Zen Vision
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22846 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure index b774d1475b..ac21e0e023 100755 --- a/tools/configure +++ b/tools/configure @@ -1686,7 +1686,7 @@ fi 90|creativezvm30gb) target_id=35 - modelname="creativezvm30" + modelname="creativezvm30gb" target="-DCREATIVE_ZVM" memory=64 arm926ejscc @@ -1709,7 +1709,7 @@ fi 91|creativezvm60gb) target_id=40 - modelname="creativezvm60" + modelname="creativezvm60gb" target="-DCREATIVE_ZVM60GB" memory=64 arm926ejscc @@ -1732,7 +1732,7 @@ fi 92|creativezenvision) target_id=39 - modelname="creativezv" + modelname="creativezenvision" target="-DCREATIVE_ZV" memory=64 arm926ejscc |