From 0a2ed285e4da0d8a58240e35036fa7501179689d Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Tue, 15 Oct 2024 12:13:35 +0300 Subject: [PATCH] qoriq: add squashfs to FEATURES The snapshot builds for qoriq only contain ext4 images. Add squashfs to FEATURES to also have the buildbots build squashfs images. Signed-off-by: Stijn Tintel --- target/linux/qoriq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index 782d2dc646..6320cdfeb0 100644 --- a/target/linux/qoriq/Makefile +++ b/target/linux/qoriq/Makefile @@ -8,7 +8,7 @@ ARCH:=powerpc64 BOARD:=qoriq BOARDNAME:=NXP QorIQ (PowerPC) CPU_TYPE:=e5500 -FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc +FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc squashfs SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 -- 2.30.2