make dfu ipsw option available for s5l8900 devices, idk if it works though

DFU IPSW for S5L8900 devices is not tested. Let me know if it works or not
This commit is contained in:
LukeeGD 2025-02-08 08:07:34 +08:00
parent d74b4d2030
commit c2db54ade0

View File

@ -7357,9 +7357,9 @@ menu_restore() {
case $device_type in
iPhone3,[23] | iPod[34],1 ) menu_items+=("Other (Tethered)");;
esac
if (( device_proc < 7 )); then
menu_items+=("DFU IPSW")
fi
fi
if (( device_proc < 7 )); then
menu_items+=("DFU IPSW")
fi
menu_items+=("IPSW Downloader" "Go Back")
menu_print_info