diff options
author | Björn Stenberg <bjorn@haxx.se> | 2009-12-07 09:17:48 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2009-12-07 09:17:48 +0000 |
commit | 36a81eb9b98ac7b1dff0d6658dba0255dd579f5f (patch) | |
tree | 81b81008c4cb69c276329ecd50200887c4da4838 /rbutil/ipodpatcher/ipodpatcher.c | |
parent | 66fa5b578904f7df61293d6ce5c08966b5db13db (diff) | |
download | rockbox-36a81eb9b98ac7b1dff0d6658dba0255dd579f5f.tar.gz rockbox-36a81eb9b98ac7b1dff0d6658dba0255dd579f5f.zip |
Reverted r23881 mistakenly committed to branch.v3.4
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@23882 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/ipodpatcher/ipodpatcher.c')
-rw-r--r-- | rbutil/ipodpatcher/ipodpatcher.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rbutil/ipodpatcher/ipodpatcher.c b/rbutil/ipodpatcher/ipodpatcher.c index 361232cd27..1a5268bb6d 100644 --- a/rbutil/ipodpatcher/ipodpatcher.c +++ b/rbutil/ipodpatcher/ipodpatcher.c | |||
@@ -37,10 +37,10 @@ | |||
37 | #include "ipod1g2g.h" | 37 | #include "ipod1g2g.h" |
38 | #include "ipod3g.h" | 38 | #include "ipod3g.h" |
39 | #include "ipod4g.h" | 39 | #include "ipod4g.h" |
40 | #include "ipodmini1g.h" | 40 | #include "ipodmini.h" |
41 | #include "ipodmini2g.h" | 41 | #include "ipodmini2g.h" |
42 | #include "ipodcolor.h" | 42 | #include "ipodcolor.h" |
43 | #include "ipodnano1g.h" | 43 | #include "ipodnano.h" |
44 | #include "ipodvideo.h" | 44 | #include "ipodvideo.h" |
45 | #endif | 45 | #endif |
46 | 46 | ||
@@ -1224,7 +1224,7 @@ int getmodel(struct ipod_t* ipod, int ipod_version) | |||
1224 | ipod->modelstr="1st Generation Nano"; | 1224 | ipod->modelstr="1st Generation Nano"; |
1225 | ipod->modelnum = 4; | 1225 | ipod->modelnum = 4; |
1226 | ipod->modelname = "nano"; | 1226 | ipod->modelname = "nano"; |
1227 | ipod->targetname = "ipodnano1g"; | 1227 | ipod->targetname = "ipodnano"; |
1228 | #ifdef WITH_BOOTOBJS | 1228 | #ifdef WITH_BOOTOBJS |
1229 | ipod->bootloader = ipodnano; | 1229 | ipod->bootloader = ipodnano; |
1230 | ipod->bootloader_len = LEN_ipodnano; | 1230 | ipod->bootloader_len = LEN_ipodnano; |