mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Show tethered option in iPad 1, touch 3, 4 CDMA
basically for those with broken powdersn0w versions
This commit is contained in:
parent
04f0267b2a
commit
74c7177168
@ -4480,7 +4480,7 @@ menu_restore() {
|
||||
menu_items+=("Other (Tethered)")
|
||||
fi
|
||||
case $device_type in
|
||||
iPhone3,2 | iPod4,1 )
|
||||
iPhone3,[23] | iPad1,1 | iPod[34],1 )
|
||||
menu_items+=("Other (Tethered)");;
|
||||
esac
|
||||
if (( device_proc < 7 )); then
|
||||
|
Loading…
Reference in New Issue
Block a user