Skip to content

Commit c5d8487

Browse files
committed
fix boot name
1 parent a14a042 commit c5d8487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/kptools.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int main(int argc, char *argv[])
8080
return extract_kernel(argv[2]);
8181
}
8282
else if (strcmp(argv[1], "repack") == 0) {
83-
return repack_bootimg(argv[2], "kernel", "new_boot.img");
83+
return repack_bootimg(argv[2], "kernel", "new-boot.img");
8484
}
8585
}
8686
struct option longopts[] = { { "help", no_argument, NULL, 'h' },

0 commit comments

Comments
 (0)