ath11k-firmware: Add missing board-2.bin for QCA6390 ()

board-2.bin is mandatory for ath11k to work with QCA6390.
This commit is contained in:
Jiaxun Yang 2022-09-13 17:50:32 +01:00 committed by GitHub
parent 30c3448606
commit b9ca497b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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