diff options
| author | Dave Chapman <dave@dchapman.com> | 2008-10-28 16:49:59 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2008-10-28 16:49:59 +0000 |
| commit | d9fdd8ce387ee2306d172b03a6463a09866066df (patch) | |
| tree | 840a08fce16bca12388469cb46dc6f4886d88319 /tools | |
| parent | 3e7fdbb95e43c824877573b35ba47cce49480bcf (diff) | |
| download | rockbox-d9fdd8ce387ee2306d172b03a6463a09866066df.zip rockbox-d9fdd8ce387ee2306d172b03a6463a09866066df.tar.gz rockbox-d9fdd8ce387ee2306d172b03a6463a09866066df.tar.bz2 rockbox-d9fdd8ce387ee2306d172b03a6463a09866066df.tar.xz | |
Correct the t_model variable for the e200v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18901 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 4c9da06..335c279 100755 --- a/tools/configure +++ b/tools/configure @@ -1716,7 +1716,7 @@ fi toolset=$scramblebitmaptools t_cpu="arm" t_manufacturer="as3525" - t_model="sansa-clip" + t_model="sansa-e200v2" ;; |