summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-04-01 19:12:11 +0000
committerDave Chapman <dave@dchapman.com>2006-04-01 19:12:11 +0000
commite698adcfc261df8f91b5953b5529d814465bcb32 (patch)
tree8a86898b77c5b5991c245845a71a19564dadb7e7
parent0f619c65bab2465ffa84eb64cc62fe56506121f8 (diff)
downloadrockbox-e698adcfc261df8f91b5953b5529d814465bcb32.tar.gz
rockbox-e698adcfc261df8f91b5953b5529d814465bcb32.zip
The ipod mini 2g gets the same manual as the ipod mini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9408 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 17bec94891..c2d4d90daf 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1001,6 +1001,9 @@ fi
1001 ;; 1001 ;;
1002 h1??) 1002 h1??)
1003 archos="h1xx" 1003 archos="h1xx"
1004 ;;
1005 ipodmini2g)
1006 archos="ipodmini"
1004 ;; 1007 ;;
1005 *) 1008 *)
1006 ;; 1009 ;;