From b9ca497b9fe179fc20b6feadada53f1401f77ddb Mon Sep 17 00:00:00 2001 From: Jiaxun Yang Date: Tue, 13 Sep 2022 17:50:32 +0100 Subject: [PATCH] ath11k-firmware: Add missing board-2.bin for QCA6390 (#10106) board-2.bin is mandatory for ath11k to work with QCA6390. --- package/firmware/ath11k-firmware/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/firmware/ath11k-firmware/Makefile b/package/firmware/ath11k-firmware/Makefile index 0ac627a14..31f25e34e 100644 --- a/package/firmware/ath11k-firmware/Makefile +++ b/package/firmware/ath11k-firmware/Makefile @@ -83,6 +83,9 @@ define Package/ath11k-firmware-qca6390/install $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/QCA6390/hw2.0/1.0.1/WLAN.HST.1.0.1-05266-QCAHSTSWPLZ_V2_TO_X86-1/* \ $(1)/lib/firmware/ath11k/QCA6390/hw2.0/ + $(INSTALL_DATA) \ + $(PKG_BUILD_DIR)/QCA6390/hw2.0/board-2.bin \ + $(1)/lib/firmware/ath11k/QCA6390/hw2.0/board-2.bin endef define Package/ath11k-firmware-qcn9074/install