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 | |
parent | 3e7fdbb95e43c824877573b35ba47cce49480bcf (diff) |
Correct the t_model variable for the e200v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18901 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 4c9da063e1..335c279d94 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" ;; |