linux-firmware: update firmware for wcn6750

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 251fca13e81d2ed6975471bf004ab54b4b8db5eb)
This commit is contained in:
Tianling Shen 2024-11-15 18:05:13 +08:00
parent 6e7537a049
commit 1ee47119c9
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

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