mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-07-02 15:08:14 +00:00
Add 6s Plus to pwndfu
This commit is contained in:
parent
93266082f8
commit
624f7d1d5a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -24,3 +24,4 @@ missing
|
||||||
stamp-h1
|
stamp-h1
|
||||||
xcuserdata
|
xcuserdata
|
||||||
.build_complete
|
.build_complete
|
||||||
|
.idea
|
||||||
|
|
|
@ -669,7 +669,7 @@ void futurerestore::enterPwnRecovery(plist_t build_identity, string bootargs){
|
||||||
try {
|
try {
|
||||||
const char *board = getDeviceBoardNoCopy();
|
const char *board = getDeviceBoardNoCopy();
|
||||||
info("BOARD: %s\n", board);
|
info("BOARD: %s\n", board);
|
||||||
if(board == "n71ap" || board == "n71map" || board == "n69ap" || board == "n69uap") {
|
if(board == "n71ap" || board == "n71map" || board == "n69ap" || board == "n69uap" || board == "n66ap" || board == "n66map") {
|
||||||
iBSSKeys = libipatcher::getFirmwareKey(_client->device->product_type, _client->build, "iBSS", board);
|
iBSSKeys = libipatcher::getFirmwareKey(_client->device->product_type, _client->build, "iBSS", board);
|
||||||
iBECKeys = libipatcher::getFirmwareKey(_client->device->product_type, _client->build, "iBEC", board);
|
iBECKeys = libipatcher::getFirmwareKey(_client->device->product_type, _client->build, "iBEC", board);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue