diff options
author | Björn Stenberg <bjorn@haxx.se> | 2009-12-07 09:03:11 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2009-12-07 09:03:11 +0000 |
commit | 66fa5b578904f7df61293d6ce5c08966b5db13db (patch) | |
tree | 5db57c13d5b23e76793b60bbc48579ac24da1550 /rbutil/ipodpatcher/ipodpatcher.c | |
parent | 7b70046e7ab7329d93f800fe4b074fabff998a0e (diff) | |
download | rockbox-66fa5b578904f7df61293d6ce5c08966b5db13db.tar.gz rockbox-66fa5b578904f7df61293d6ce5c08966b5db13db.zip |
Rename targets to be consistent in all places. (FS #10819)
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@23881 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 1a5268bb6d..361232cd27 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 "ipodmini.h" | 40 | #include "ipodmini1g.h" |
41 | #include "ipodmini2g.h" | 41 | #include "ipodmini2g.h" |
42 | #include "ipodcolor.h" | 42 | #include "ipodcolor.h" |
43 | #include "ipodnano.h" | 43 | #include "ipodnano1g.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 = "ipodnano"; | 1227 | ipod->targetname = "ipodnano1g"; |
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; |