From 6c7e497327e00b842b40b5fc00e859efd40574fd Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 9 Oct 2021 09:17:38 +0800 Subject: [PATCH] ipq806x: disable build for linksys_ea7500-v1 by default Signed-off-by: Tianling Shen --- target/linux/ipq806x/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index f07e625030..0e8a460462 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -171,6 +171,7 @@ define Device/linksys_ea7500-v1 IMAGES := factory.bin sysupgrade.bin IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | pad-to $$$$(PAGESIZE) DEVICE_PACKAGES := ath10k-firmware-qca99x0-ct + DEFAULT := n endef TARGET_DEVICES += linksys_ea7500-v1