[openwrt/openwrt] linux-firmware: qualcomm: add WCN7850 firmware
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 22 15:37:02 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9cdd5ec7fd4c14b6a2854d31311f3014a8ef7be3
commit 9cdd5ec7fd4c14b6a2854d31311f3014a8ef7be3
Author: Janusz Dziedzic <janusz.dziedzic at gmail.com>
AuthorDate: Sat Feb 24 10:25:15 2024 +0000
linux-firmware: qualcomm: add WCN7850 firmware
Add option to add WCN7850 ath12k firmware.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15945
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/firmware/linux-firmware/qca_ath12k.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/firmware/linux-firmware/qca_ath12k.mk b/package/firmware/linux-firmware/qca_ath12k.mk
new file mode 100644
index 0000000000..dc719c61af
--- /dev/null
+++ b/package/firmware/linux-firmware/qca_ath12k.mk
@@ -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))
More information about the lede-commits
mailing list