diff --git a/fastboot/fastboot.c b/fastboot/fastboot.c index 4a2de2062..0639f3b7b 100644 --- a/fastboot/fastboot.c +++ b/fastboot/fastboot.c @@ -88,6 +88,8 @@ char *find_item(const char *item, const char *product) fn = "system.img"; } else if(!strcmp(item,"userdata")) { fn = "userdata.img"; + } else if(!strcmp(item,"cache")) { + fn = "cache.img"; } else if(!strcmp(item,"info")) { fn = "android-info.txt"; } else {