[openwrt/openwrt] qualcommbe: ipq95xx: Set target as source-only
LEDE Commits
lede-commits at lists.infradead.org
Sat Jan 25 12:24:36 PST 2025
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/896d953c5312c2b7331daca1d17694d5e469c3fa
commit 896d953c5312c2b7331daca1d17694d5e469c3fa
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Sat Jan 25 21:18:02 2025 +0100
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 <ansuelsmth at gmail.com>
---
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
More information about the lede-commits
mailing list