From 6fb7d552d47c6aa1ec1bf13d685b71176928d87b Mon Sep 17 00:00:00 2001 From: Crazy365 Date: Thu, 9 Jul 2020 18:01:55 +0800 Subject: [PATCH] fix k3 wifi drive problem (#5053) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决K3无线驱动未被选中编译问题 --- target/linux/bcm53xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 6264f1fae..a7d4fafc0 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -387,7 +387,7 @@ TARGET_DEVICES += smartrg-sr400ac define Device/phicomm-k3 DEVICE_VENDOR := PHICOMM DEVICE_MODEL := K3 - DEVICE_PACKAGES := $(IEEE8021X) kmod-brcmfmac k3-brcmfmac4366c-firmware $(USB3_PACKAGES) k3screenctrl + DEVICE_PACKAGES := $(IEEE8021X) kmod-brcmfmac k3wifi $(USB3_PACKAGES) k3screenctrl IMAGES := trx endef TARGET_DEVICES += phicomm-k3