update on optional feature

This commit is contained in:
tihmstar 2017-06-02 20:27:08 +02:00
parent b895ddf146
commit 644abb1832

View file

@ -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;