From a0ffc4c4e09e4ae5346e1ef7066b7c33e6968b89 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 15 Jul 2021 12:19:46 +0800 Subject: [PATCH] ipq806x: add smallbuffers profile for EA7500 v1 --- target/linux/ipq806x/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 235459f74..f48d555f6 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -170,7 +170,7 @@ define Device/linksys_ea7500-v1 UBINIZE_OPTS := -E 5 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 + DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers ath10k-firmware-qca99x0-ct endef TARGET_DEVICES += linksys_ea7500-v1