diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-11-10 09:19:00 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-10 09:19:00 +0000 |
| commit | ab7ac8b8bd5b2fe2b209820ab83cb7cca958abf8 (patch) | |
| tree | cfed87b3877d88dd90ffa5b712bd0cafb950d014 | |
| parent | 22ae232db2d62c47c512ca800253e1609f31c336 (diff) | |
| download | rockbox-ab7ac8b8bd5b2fe2b209820ab83cb7cca958abf8.zip rockbox-ab7ac8b8bd5b2fe2b209820ab83cb7cca958abf8.tar.gz rockbox-ab7ac8b8bd5b2fe2b209820ab83cb7cca958abf8.tar.bz2 rockbox-ab7ac8b8bd5b2fe2b209820ab83cb7cca958abf8.tar.xz | |
First minor step: the m200v2 is now officially known as m200v4 to match
SanDisk's own naming
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19059 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 8dbae74..122f527 100755 --- a/tools/configure +++ b/tools/configure @@ -695,7 +695,7 @@ cat <<EOF 34) M3/M3L ==Olympus== 54) Sansa c100 70) M:Robe 500 55) Sansa Clip ==Creative== 71) M:Robe 100 56) Sansa e200v2 - 90) Zen Vision:M 30GB 57) Sansa m200v2 + 90) Zen Vision:M 30GB 57) Sansa m200v4 91) Zen Vision:M 60GB ==Philips== 58) Sansa Fuze 92) Zen Vision 100) GoGear SA9200 101) GoGear HDD1630 ==Logik== @@ -1718,7 +1718,7 @@ fi ;; - 57|m200v2) + 57|m200v4) target_id=52 modelname="m200v2" target="-DSANSA_M200V2" |