[source] ath10k-firmware: firmware package for QCA4019 devices
LEDE Commits
lede-commits at lists.infradead.org
Wed Mar 22 01:45:38 PDT 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/b015a841fca8ad4ded3275b803f3a97e45dcb41f
commit b015a841fca8ad4ded3275b803f3a97e45dcb41f
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Wed Nov 9 17:05:42 2016 +0100
ath10k-firmware: firmware package for QCA4019 devices
This patch adds a new firmware package to ath10k-firmware
called ath10k-firmware-qca4019.
Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
package/firmware/ath10k-firmware/Makefile | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 4aadeee..3a41c15 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -186,6 +186,13 @@ $(Package/ath10k-firmware-default)
CATEGORY:=Firmware
endef
+define Package/ath10k-firmware-qca4019
+$(Package/ath10k-firmware-default)
+ TITLE:=ath10k firmware for IPQ/QCA4019 devices
+ SECTION:=firmware
+ CATEGORY:=Firmware
+endef
+
define Package/ath10k-firmware-qca6174
$(Package/ath10k-firmware-default)
TITLE:=ath10k firmware for QCA6174 devices
@@ -231,6 +238,16 @@ define Build/Compile
endef
+define Package/ath10k-firmware-qca4019/install
+ $(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA4019/hw1.0
+ $(INSTALL_DATA) \
+ $(PKG_BUILD_DIR)/QCA4019/hw1.0/board-2.bin \
+ $(1)/lib/firmware/ath10k/QCA4019/hw1.0/
+ $(INSTALL_DATA) \
+ $(PKG_BUILD_DIR)/QCA4019/hw1.0/3.2.1/firmware-5.bin_10.4-3.2.1-00053 \
+ $(1)/lib/firmware/ath10k/QCA4019/hw1.0/firmware-5.bin
+endef
+
define Package/ath10k-firmware-qca9887/install
$(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9887/hw1.0
$(INSTALL_DATA) \
@@ -333,6 +350,7 @@ $(eval $(call BuildPackage,ath10k-firmware-qca988x))
$(eval $(call BuildPackage,ath10k-firmware-qca99x0))
$(eval $(call BuildPackage,ath10k-firmware-qca6174))
$(eval $(call BuildPackage,ath10k-firmware-qca9984))
+$(eval $(call BuildPackage,ath10k-firmware-qca4019))
$(eval $(call BuildPackage,ath10k-firmware-qca9887-ct))
$(eval $(call BuildPackage,ath10k-firmware-qca988x-ct))
More information about the lede-commits
mailing list