From 8938eed10160ed3e09107cac04a27daadcc38fcb Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 18 Dec 2021 07:06:36 +0800 Subject: [PATCH] ipq40xx: fix wifi conflict for wd1200g-eup Signed-off-by: Tianling Shen --- target/linux/ipq40xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile index 909e602f96..c77e165eed 100644 --- a/target/linux/ipq40xx/image/Makefile +++ b/target/linux/ipq40xx/image/Makefile @@ -481,7 +481,7 @@ define Device/ezviz_cs-w3-wd1200g-eup DEVICE_DTS := qcom-ipq4018-cs-w3-wd1200g-eup IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | \ append-metadata - DEVICE_PACKAGES := -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers \ + DEVICE_PACKAGES := -kmod-ath10k -kmod-ath10k-ct kmod-ath10k-ct-smallbuffers \ ipq-wifi-ezviz_cs-w3-wd1200g-eup endef TARGET_DEVICES += ezviz_cs-w3-wd1200g-eup