From 1ee47119c934c0f633a56e718b40e37c3e69de92 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 15 Nov 2024 18:05:13 +0800 Subject: [PATCH] linux-firmware: update firmware for wcn6750 Signed-off-by: Tianling Shen (cherry picked from commit 251fca13e81d2ed6975471bf004ab54b4b8db5eb) --- package/firmware/linux-firmware/qca_ath11k.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/firmware/linux-firmware/qca_ath11k.mk b/package/firmware/linux-firmware/qca_ath11k.mk index 3571198d1b..cc5b8c382f 100644 --- a/package/firmware/linux-firmware/qca_ath11k.mk +++ b/package/firmware/linux-firmware/qca_ath11k.mk @@ -10,7 +10,9 @@ Package/ath11k-firmware-wcn6750 = $(call Package/firmware-default,WCN6750 ath11k define Package/ath11k-firmware-wcn6750/install $(INSTALL_DIR) $(1)/lib/firmware/ath11k/WCN6750/hw1.0 $(INSTALL_DATA) \ - $(PKG_BUILD_DIR)/ath11k/WCN6750/hw1.0/* $(1)/lib/firmware/ath11k/WCN6750/hw1.0/ + $(PKG_BUILD_DIR)/ath11k/WCN6750/hw1.0/{Notice.txt,board-2.bin} $(1)/lib/firmware/ath11k/WCN6750/hw1.0/ + $(INSTALL_DATA) \ + $(PKG_BUILD_DIR)/ath11k/WCN6750/hw1.0/sc7280/* $(1)/lib/firmware/ath11k/WCN6750/hw1.0/ endef $(eval $(call BuildPackage,ath11k-firmware-wcn6750))