Disable bbupdate iPad2,2 (fix #267)

This commit is contained in:
LukeZGD 2023-02-16 07:18:47 +08:00
parent ca69e4558d
commit 0c7294b7e8

View File

@ -572,6 +572,10 @@ device_get_info() {
device_latest_bb_sha1="7ec8d734da78ca2bb1ba202afdbb6fe3fd093cb0"
;;
esac
# disable baseband update for these devices ipad 2 cellular
case $device_type in
iPad2,[23] ) device_disable_bbupdate=$device_type
esac
# if latest vers is not set, copy use vers to latest
if [[ -z $device_latest_vers || -z $device_latest_build ]]; then
device_latest_vers=$device_use_vers