diff options
author | Dave Chapman <dave@dchapman.com> | 2006-04-01 19:12:11 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-04-01 19:12:11 +0000 |
commit | e698adcfc261df8f91b5953b5529d814465bcb32 (patch) | |
tree | 8a86898b77c5b5991c245845a71a19564dadb7e7 | |
parent | 0f619c65bab2465ffa84eb64cc62fe56506121f8 (diff) |
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-x | tools/configure | 3 |
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 ;; h1??) archos="h1xx" + ;; + ipodmini2g) + archos="ipodmini" ;; *) ;; |