mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-27 10:24:16 +01:00
Skip pwnDFU on A7 only
This commit is contained in:
parent
b5a7943397
commit
0b8c3321e4
@ -874,7 +874,7 @@ device_enter_mode() {
|
|||||||
log "Pwned iBSS/kDFU mode specified by user."
|
log "Pwned iBSS/kDFU mode specified by user."
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
elif [[ $irec_pwned == 1 ]]; then
|
elif [[ $irec_pwned == 1 ]] && (( device_proc >= 7 )); then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user