#include <string.h>
#include <strings.h>
#include "rsb-crc.h"
-#include "rsb-lz.h"
+#include "extract.h"
#define FINDSTR(addr, str) (!strncmp((char*)addr, str, strlen(str)))
}
if (extract) {
- search_lz_sections(fw, statbuf.st_size - 4);
+ extract_files(fw, statbuf.st_size - 4);
}
if (update_crc || patch_fw || patch_bd) {