summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Pucka2025-03-27 15:20:07 +0000
committerChristian Marangi2025-04-12 08:38:54 +0000
commitde205366a2725d506ca93e48798534f82c73ec1f (patch)
tree8893dfdfcc479a8b7da1679ff031f64dc95ec060
parent9e3a2466f6944c77276aa6e7cd3f98dc6ffdadf1 (diff)
downloadopenwrt-de205366a2725d506ca93e48798534f82c73ec1f.tar.gz
linux-firmware: ath12k: package firmware for QCN9274
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>
-rw-r--r--package/firmware/linux-firmware/qca_ath12k.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/firmware/linux-firmware/qca_ath12k.mk b/package/firmware/linux-firmware/qca_ath12k.mk
index dc719c61af..4f0a3d6bf1 100644
--- a/package/firmware/linux-firmware/qca_ath12k.mk
+++ b/package/firmware/linux-firmware/qca_ath12k.mk
@@ -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))