mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-11-23 08:29:17 +01:00
A fix for copying baseband zip for iPhone4,1 iOS 5
This commit is contained in:
parent
aa06e3b212
commit
04a6eaecb7
@ -6055,7 +6055,7 @@ device_dump() {
|
||||
esac
|
||||
if [[ $device_type == "iPhone4,1" ]]; then
|
||||
mkdir -p baseband/usr/standalone/firmware
|
||||
cp $bb2-personalized.zip baseband/usr/standalone/firmware
|
||||
cp baseband/usr/local/standalone/firmware/Baseband/$bb2/$bb2-personalized.zip baseband/usr/standalone/firmware
|
||||
fi
|
||||
mv baseband/usr .
|
||||
tar -cvf baseband.tar usr
|
||||
@ -6134,7 +6134,7 @@ device_dumprd() {
|
||||
esac
|
||||
if [[ $device_type == "iPhone4,1" ]]; then
|
||||
mkdir -p baseband/usr/standalone/firmware
|
||||
cp $bb2-personalized.zip baseband/usr/standalone/firmware
|
||||
cp baseband/usr/local/standalone/firmware/Baseband/$bb2/$bb2-personalized.zip baseband/usr/standalone/firmware
|
||||
fi
|
||||
mv baseband/usr .
|
||||
tar -cvf baseband.tar usr
|
||||
|
Loading…
Reference in New Issue
Block a user