From 61175a0506e855d5a74778cfe2c1e59a277a1c23 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Sun, 13 Oct 2024 22:25:10 +0300 Subject: [PATCH] qoriq: drop source-only flag While the qoriq target currently supports only one device, the WatchGuard Firebox M300, the feedback from people using it is that it's a great bang for the buck. Additionally, people suggest having no snapshots available hurts adoption. 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 59c413aa50..782d2dc646 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 source-only +FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc SUBTARGETS:=generic KERNEL_PATCHVER:=6.6 -- 2.30.2