Petr Štetiar b0f3fd550b
ipq807x: prpl-haze: fix sysupgrade flashing from bootloader
While flashing sysupgrade image from U-Boot, then the rootfs_data
overlay filesystem formatting is left for the fstools during firstboot,
but that wont work as mkfs.f2fs is missing in the sysupgrade image:

 mount_root: overlay filesystem in /dev/loop0 has not been formatted yet
 mount_root: no usable overlay filesystem found, using tmpfs overlay
 sh: mkfs.f2fs: not found

 Filesystem                Size      Used Available Use% Mounted on
 /dev/loop0              139.6M     46.9M     92.6M  34% /overlay

 Number  Start (sector)    End (sector)  Size       Code  Name
  20           98850          406349   150.1 MiB   FFFF  rootfs

So lets fix it by adding f2fs support to the sysupgrade image.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit ba415af5706f0369e4d299e4dfe50541a4a8056b)
2024-01-29 09:38:17 +00:00
..
2023-08-10 21:07:50 +02:00
2023-09-25 23:04:37 +02:00
2024-01-08 23:15:35 +01:00
2023-08-10 21:07:50 +02:00
2023-10-29 13:00:28 +01:00
2023-08-10 21:07:50 +02:00
2024-01-08 23:15:35 +01:00
2024-01-21 12:51:29 +01:00
2024-01-07 12:57:30 +00:00
2024-01-07 12:57:30 +00:00
2024-01-07 12:57:30 +00:00
2023-07-06 17:04:13 +02:00
2024-01-07 12:57:30 +00:00
2024-01-07 12:57:30 +00:00
2024-01-07 12:57:30 +00:00
2023-06-17 12:09:03 +02:00
2023-10-31 00:44:03 +01:00
2023-09-25 23:04:37 +02:00
2023-11-25 20:17:09 +01:00