From 1ab5caff29de51c09cd1c77de06610e199739967 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 12 May 2008 21:37:11 +0000 Subject: Fix target_id problem git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17486 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 7d100a5..2db57ef 100755 --- a/tools/configure +++ b/tools/configure @@ -1477,7 +1477,7 @@ fi ;; 91|creativezenvision) - target_id=35 + target_id=39 modelname="creativezm" target="-DCREATIVE_ZVM -DZEN_VISION" memory=64 -- cgit v1.1