summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/idevicerestore.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4686e19..545b235 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ LIBIMOBILEDEVICE_VERSION=1.3.0
LIBUSBMUXD_VERSION=2.0.2
LIBPLIST_VERSION=2.6.0
LIMD_GLUE_VERSION=1.2.0
-LIBTATSU_VERSION=1.0.0
+LIBTATSU_VERSION=1.0.1
LIBZIP_VERSION=1.0
LIBCURL_VERSION=7.0
OPENSSL_VERSION=0.9.8
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index 0b517b9..538562d 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -2170,7 +2170,7 @@ int get_preboard_manifest(struct idevicerestore_client_t* client, plist_t build_
return -1;
}
- plist_dict_set_item(parameters, "_OnlyFWOrTrustedComponents", plist_new_bool(1));
+ plist_dict_set_item(parameters, "_OnlyFWComponents", plist_new_bool(1));
/* add tags from manifest */
if (tss_request_add_ap_tags(request, parameters, NULL) < 0) {