mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 16:39:17 +01:00
Enable custom IPSW option on more devices
can't fix #378 for some reason so i'll just do this instead
This commit is contained in:
parent
6fd336f084
commit
6939d8c461
@ -4486,7 +4486,7 @@ menu_restore() {
|
||||
case $device_type in
|
||||
iPhone4,1 | iPhone5,[1234] | iPad2,4 | iPad3,[456] | iPod5,1 )
|
||||
menu_items+=("Other (powdersn0w 7.x blobs)");;
|
||||
iPhone1,[12] | iPhone2,1 | iPod[1234],1 )
|
||||
iPhone1,[12] | iPhone2,1 | iPhone3,[23] | iPad1,1 | iPod[1234],1 )
|
||||
if [[ -z $1 ]]; then
|
||||
menu_items+=("Other (Custom IPSW)")
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user