[source] firmware: ath10k-firmware: update QCA4019 firmware to 10.4-3.2.1-00058

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 8 10:55:31 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/96b485ec7a292988cb8b44a2831b3a32d68c738f

commit 96b485ec7a292988cb8b44a2831b3a32d68c738f
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Sun Nov 19 17:19:20 2017 +0100

    firmware: ath10k-firmware: update QCA4019 firmware to 10.4-3.2.1-00058
    
    This patch updates ath10k-firmware to use the
    firmware-5.bin_10.4-3.2.1-00058 firmware for the QCA4019.
    
    Cc: Hauke Mehrtens <hauke at hauke-m.de>
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 package/firmware/ath10k-firmware/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 9a34ac3..1c6f4df 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -8,9 +8,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ath10k-firmware
-PKG_SOURCE_DATE:=2017-03-29
-PKG_SOURCE_VERSION:=956e2609b7e42c8c710bba10ef925a5be1be5137
-PKG_MIRROR_HASH:=25f724ff38c830281b3efba4a4ddffaae0c4bd8fea0f4c1061591229ff05535b
+PKG_SOURCE_DATE:=2017-10-30
+PKG_SOURCE_VERSION:=476a2850b1e8582d51187799d7de209daf1a57b2
+PKG_MIRROR_HASH:=77ba59f75c5897c842c5c525945de019fd23f1e2d8bea6239924857e500bf73a
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
@@ -223,7 +223,7 @@ define Package/ath10k-firmware-qca4019/install
 		$(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 \
+		$(PKG_BUILD_DIR)/QCA4019/hw1.0/3.2.1/firmware-5.bin_10.4-3.2.1-00058 \
 		$(1)/lib/firmware/ath10k/QCA4019/hw1.0/firmware-5.bin
 endef
 



More information about the lede-commits mailing list