Skip to content

Commit

Permalink
update rootfs for dreambox for rescue 111A
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain committed Nov 12, 2023
1 parent bd3841b commit 359b1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ofgwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ int find_image_files(char* p)
|| strcmp(entry->d_name, "rootfs.tar.bz2") == 0 // solo4k
|| strcmp(entry->d_name, "rootfs.ubi") == 0 // Zgemma H9
|| strcmp(entry->d_name, "rootfs.tar.xz") == 0 // dream
|| strcmp(entry->d_name, "rootfs-dreamone.tar.bz2") == 0 // dreamone
|| strcmp(entry->d_name, "rootfs-dreamtwo.tar.bz2") == 0) // dreamtwo
|| strcmp(entry->d_name, "rootfs-one.tar.bz2") == 0 // dreamone
|| strcmp(entry->d_name, "rootfs-two.tar.bz2") == 0) // dreamtwo
{
strcpy(rootfs_filename, path);
strcpy(&rootfs_filename[strlen(path)], entry->d_name);
Expand Down

0 comments on commit 359b1ed

Please sign in to comment.