linux-firmware: qualcomm: add WCN7850 firmware

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-09-30 04:15:16 +08:00
parent e5c8fef68e
commit a3ea6cf523

7
qca_ath12k.mk Normal file
View File

@ -0,0 +1,7 @@
Package/ath12k-firmware-wcn7850 = $(call Package/firmware-default,WCN7850 ath12k firmware)
define Package/ath12k-firmware-wcn7850/install
$(INSTALL_DIR) $(1)/lib/firmware/ath12k/WCN7850/hw2.0
$(INSTALL_DATA) \
$(PKG_BUILD_DIR)/ath12k/WCN7850/hw2.0/* $(1)/lib/firmware/ath12k/WCN7850/hw2.0/
endef
$(eval $(call BuildPackage,ath12k-firmware-wcn7850))