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) | |
download | rockbox-d9fdd8ce387ee2306d172b03a6463a09866066df.tar.gz rockbox-d9fdd8ce387ee2306d172b03a6463a09866066df.zip |
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 | |||
1716 | toolset=$scramblebitmaptools | 1716 | toolset=$scramblebitmaptools |
1717 | t_cpu="arm" | 1717 | t_cpu="arm" |
1718 | t_manufacturer="as3525" | 1718 | t_manufacturer="as3525" |
1719 | t_model="sansa-clip" | 1719 | t_model="sansa-e200v2" |
1720 | ;; | 1720 | ;; |
1721 | 1721 | ||
1722 | 1722 | ||