openwrt/target/linux/ipq807x
Petr Štetiar 07fe8bc62a
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>
2023-06-10 21:29:08 +02:00
..
base-files ipq807x: add initial support for prpl Foundation Haze board 2023-06-10 21:29:07 +02:00
files/arch/arm64/boot/dts/qcom ipq807x: add initial support for prpl Foundation Haze board 2023-06-10 21:29:07 +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-10 21:29:08 +02:00
patches-6.1 ipq807x: add critical thermal trips to all thermal zones 2023-06-08 06:53:37 +02:00
config-6.1 ipq807x: refresh kernel config 2023-06-06 20:08:10 +02:00
Makefile ipq807x: image: fix eMMC flashing/recovery from within initramfs 2023-06-10 21:29:08 +02:00