diff --git a/.gitignore b/.gitignore index cee12bcc..f3e92992 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ missing stamp-h1 xcuserdata .build_complete +.idea diff --git a/futurerestore/futurerestore.cpp b/futurerestore/futurerestore.cpp index a453b9a8..0669658e 100644 --- a/futurerestore/futurerestore.cpp +++ b/futurerestore/futurerestore.cpp @@ -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 {