From ae0e24c157f58f0fa9d43343f98f4773ce937d62 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 6 Jul 2024 23:10:24 +0800 Subject: [PATCH] qualcommax: ipq60xx: fix squashfs configuration for emmc image --- target/linux/qualcommax/image/ipq60xx.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/qualcommax/image/ipq60xx.mk b/target/linux/qualcommax/image/ipq60xx.mk index ef05a150b..14c6f11e1 100644 --- a/target/linux/qualcommax/image/ipq60xx.mk +++ b/target/linux/qualcommax/image/ipq60xx.mk @@ -21,6 +21,7 @@ define Device/EmmcImage IMAGES := factory.bin recovery.bin sysupgrade.bin IMAGE/factory.bin := append-kernel | pad-to 12288k | append-rootfs | append-metadata IMAGE/recovery.bin := append-kernel | pad-to 6144k | append-rootfs | append-metadata + IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-to 64k | sysupgrade-tar rootfs=$$$$@ | append-metadata endef define Device/cmiot_ax18