mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Remove Ipod Video 64MB handling.
Since the builds for the Ipod Video 32MB and 64MB are now unified there is no need to handle them separately in Rockbox Utility anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27966 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
21c7b9debb
commit
0110e558de
3 changed files with 3 additions and 25 deletions
|
|
@ -98,12 +98,6 @@ bool Autodetection::detect()
|
|||
if(m_device.isEmpty())
|
||||
{
|
||||
m_device = info.target();
|
||||
// special case for video64mb. This is a workaround, and
|
||||
// should get replaced when autodetection is reworked.
|
||||
if(m_device == "ipodvideo" && info.ram() == 64)
|
||||
{
|
||||
m_device = "ipodvideo64mb";
|
||||
}
|
||||
}
|
||||
m_mountpoint = mounts.at(i);
|
||||
qDebug() << "[Autodetect] rockbox-info.txt detected:"
|
||||
|
|
@ -267,7 +261,7 @@ QStringList Autodetection::mountpoints()
|
|||
endmntent(mn);
|
||||
|
||||
#else
|
||||
#error Unknown Plattform
|
||||
#error Unknown Platform
|
||||
#endif
|
||||
return tempList;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,6 @@ platform21=ipod3g
|
|||
platform22=ipod4g
|
||||
platform23=ipodcolor
|
||||
platform24=ipodvideo
|
||||
platform25=ipodvideo.64mb
|
||||
platform26=ipodmini1g
|
||||
platform27=ipodmini2g
|
||||
platform28=ipodnano1g
|
||||
|
|
@ -285,7 +284,7 @@ configure_modelname=ipod4g
|
|||
encoder=rbspeex
|
||||
|
||||
[ipodvideo]
|
||||
name="Ipod Video (5th gen) 30GB"
|
||||
name="Ipod Video (5th gen)"
|
||||
buildserver_modelname=ipodvideo
|
||||
bootloadermethod=ipod
|
||||
bootloadername=/ipod/bootloader-ipodvideo.ipod
|
||||
|
|
@ -294,16 +293,6 @@ brand=Apple
|
|||
configure_modelname=ipodvideo
|
||||
encoder=rbspeex
|
||||
|
||||
[ipodvideo.64mb]
|
||||
name="Ipod Video (5th gen) 60/80GB"
|
||||
buildserver_modelname=ipodvideo64mb
|
||||
bootloadermethod=ipod
|
||||
bootloadername=/ipod/bootloader-ipodvideo.ipod
|
||||
manualname=
|
||||
brand=Apple
|
||||
configure_modelname=ipodvideo
|
||||
encoder=rbspeex
|
||||
|
||||
[ipod3g]
|
||||
name="Ipod (3rd gen)"
|
||||
buildserver_modelname=ipod3g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue