diff options
| author | Christian Marangi | 2025-01-25 20:18:02 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-01-25 20:24:09 +0000 |
| commit | 896d953c5312c2b7331daca1d17694d5e469c3fa (patch) | |
| tree | f74304ac0ead7c181d60d1140e8bcfe70e8710be | |
| parent | 439812283b7dae179d5ecc843d153bf607ae2f46 (diff) | |
| download | openwrt-896d953c5312c2b7331daca1d17694d5e469c3fa.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/qualcommbe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |