From 9b689ba6313f18bedeb1a9031cebe4afbec49342 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 28 Oct 2008 16:49:59 +0000 Subject: [PATCH] Correct the t_model variable for the e200v2 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18901 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 4c9da063e..335c279d9 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" ;; -- 2.11.4.GIT