openwrt/target/linux/ipq807x
Petr Štetiar 1e7fa539ae
ipq807x: image: fix eMMC flashing/recovery from within initramfs
Having initramfs image built with same config as on buildbots:

 CONFIG_TARGET_MULTI_PROFILE=y
 CONFIG_TARGET_ALL_PROFILES=y
 CONFIG_TARGET_PER_DEVICE_ROOTFS=y

Its currently impossible to flash/recover the device using that image as
losetup is missing:

 root@OpenWrt:/# sysupgrade -v /tmp/openwrt-ipq807x-generic-prpl_haze-squashfs-sysupgrade.bin
 ...
 /lib/upgrade/do_stage2: line 38: losetup: not found
 Failed to detach all loop devices. Skip this try.

So lets fix it by including the needed utils for sysupgrade in
DEFAULT_PACKAGES set.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 07fe8bc62a)
2023-06-12 22:10:30 +02:00
..
base-files ipq807x: add initial support for prpl Foundation Haze board 2023-06-12 22:10:29 +02:00
files/arch/arm64/boot/dts/qcom ipq807x: add initial support for prpl Foundation Haze board 2023-06-12 22:10:29 +02:00
generic ipq807x: add Qualcomm Atheros IPQ807x target 2023-01-16 12:42:23 +01:00
image ipq807x: image: fix eMMC flashing/recovery from within initramfs 2023-06-12 22:10:30 +02:00
patches-5.15 kernel: bump 5.15 to 5.15.111 2023-05-13 22:38:35 +02:00
config-5.15 kernel: move CONFIG_PAGE_POOL to generic 2023-03-04 10:20:58 +01:00
Makefile ipq807x: image: fix eMMC flashing/recovery from within initramfs 2023-06-12 22:10:30 +02:00