]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
linux-firmware: ath12k: package firmware for QCN9274
authorMantas Pucka <mantas@8devices.com>
Thu, 27 Mar 2025 15:20:07 +0000 (17:20 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sat, 12 Apr 2025 08:38:54 +0000 (10:38 +0200)
Package wireless firmware for Qualcomm QCN9274.

Signed-off-by: Mantas Pucka <mantas@8devices.com>
Link: https://github.com/openwrt/openwrt/pull/18459
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/firmware/linux-firmware/qca_ath12k.mk

index dc719c61af46affcc931ff79c37aa0093c61c5f0..4f0a3d6bf1c7232028524a0a8a577d4d4b4c049f 100644 (file)
@@ -5,3 +5,11 @@ define Package/ath12k-firmware-wcn7850/install
                $(PKG_BUILD_DIR)/ath12k/WCN7850/hw2.0/* $(1)/lib/firmware/ath12k/WCN7850/hw2.0/
 endef
 $(eval $(call BuildPackage,ath12k-firmware-wcn7850))
+
+Package/ath12k-firmware-qcn9274 = $(call Package/firmware-default,QCN9274 ath12k firmware)
+define Package/ath12k-firmware-qcn9274/install
+       $(INSTALL_DIR) $(1)/lib/firmware/ath12k/QCN9274/hw2.0
+       $(INSTALL_DATA) \
+               $(PKG_BUILD_DIR)/ath12k/QCN9274/hw2.0/* $(1)/lib/firmware/ath12k/QCN9274/hw2.0/
+endef
+$(eval $(call BuildPackage,ath12k-firmware-qcn9274))