mirror of
https://github.com/tihmstar/futurerestore.git
synced 2025-01-02 19:25:31 +00:00
update on optional feature
This commit is contained in:
parent
b895ddf146
commit
644abb1832
|
@ -136,9 +136,11 @@ int main(int argc, const char * argv[]) {
|
||||||
case '2': // long option: "no-baseband";
|
case '2': // long option: "no-baseband";
|
||||||
flags |= FLAG_NO_BASEBAND;
|
flags |= FLAG_NO_BASEBAND;
|
||||||
break;
|
break;
|
||||||
|
#ifdef HAVE_LIBIPATCHER
|
||||||
case '3': // long option: "no-baseband";
|
case '3': // long option: "no-baseband";
|
||||||
flags |= FLAG_IS_PWN_DFU;
|
flags |= FLAG_IS_PWN_DFU;
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
case 'd': // long option: "debug"; can be called as short option
|
case 'd': // long option: "debug"; can be called as short option
|
||||||
idevicerestore_debug = 1;
|
idevicerestore_debug = 1;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue