diff options
| author | Stijn Tintel | 2024-10-15 09:13:35 +0000 |
|---|---|---|
| committer | Stijn Tintel | 2024-10-15 09:15:10 +0000 |
| commit | 0a2ed285e4da0d8a58240e35036fa7501179689d (patch) | |
| tree | 579b93b07d921fabb428bff8efbba95338c74ec1 | |
| parent | 506d0c421b1b0df6adb75506b3b20622b264b15f (diff) | |
| download | openwrt-0a2ed285e4da0d8a58240e35036fa7501179689d.tar.gz | |
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 <stijn@linux-ipv6.be>
| -rw-r--r-- | target/linux/qoriq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |