mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-04-20 14:31:41 +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
|
||||
xcuserdata
|
||||
.build_complete
|
||||
.idea
|
||||
|
|
|
@ -669,7 +669,7 @@ void futurerestore::enterPwnRecovery(plist_t build_identity, string bootargs){
|
|||
try {
|
||||
const char *board = getDeviceBoardNoCopy();
|
||||
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);
|
||||
iBECKeys = libipatcher::getFirmwareKey(_client->device->product_type, _client->build, "iBEC", board);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue