mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
ipodpatcher: adjust the targetname strings, so they match the names in rbutil.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14447 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1dc307a586
commit
ac3db33d99
1 changed files with 2 additions and 2 deletions
|
@ -1177,7 +1177,7 @@ int getmodel(struct ipod_t* ipod, int ipod_version)
|
|||
ipod->modelstr="1st Generation Mini";
|
||||
ipod->modelnum = 9;
|
||||
ipod->modelname = "mini";
|
||||
ipod->targetname = "ipodmini";
|
||||
ipod->targetname = "ipodmini1g";
|
||||
#ifdef WITH_BOOTOBJS
|
||||
ipod->bootloader = ipodmini;
|
||||
ipod->bootloader_len = LEN_ipodmini;
|
||||
|
@ -1187,7 +1187,7 @@ int getmodel(struct ipod_t* ipod, int ipod_version)
|
|||
ipod->modelstr="4th Generation";
|
||||
ipod->modelnum = 8;
|
||||
ipod->modelname = "ip4g";
|
||||
ipod->targetname = "ipod4g";
|
||||
ipod->targetname = "ipod4gray";
|
||||
#ifdef WITH_BOOTOBJS
|
||||
ipod->bootloader = ipod4g;
|
||||
ipod->bootloader_len = LEN_ipod4g;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue