From 896d953c5312c2b7331daca1d17694d5e469c3fa Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sat, 25 Jan 2025 21:18:02 +0100 Subject: [PATCH] qualcommbe: ipq95xx: Set target as source-only Set target as source-only for now as only the Reference Board is supported and needs to better evaluated with real Devices. Link: https://github.com/openwrt/openwrt/pull/17725 Signed-off-by: Christian Marangi --- target/linux/qualcommbe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/qualcommbe/Makefile b/target/linux/qualcommbe/Makefile index 54d0873c51..4456a8aae7 100644 --- a/target/linux/qualcommbe/Makefile +++ b/target/linux/qualcommbe/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk ARCH:=aarch64 BOARD:=qualcommbe BOARDNAME:=Qualcomm Atheros 802.11be WiSoC-s -FEATURES:=squashfs ramdisk fpu nand rtc emmc +FEATURES:=squashfs ramdisk fpu nand rtc emmc source-only KERNELNAME:=Image CPU_TYPE:=cortex-a53 SUBTARGETS:=ipq95xx -- 2.30.2