Skip to content

Commit

Permalink
qoriq: add squashfs to FEATURES
Browse files Browse the repository at this point in the history
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 <stijn@linux-ipv6.be>
  • Loading branch information
stintel committed Oct 15, 2024
1 parent 506d0c4 commit 0a2ed28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/qoriq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a2ed28

Please sign in to comment.