diff mbox series

[LEDE-DEV,4/6] firmware: ath10k-firmware: update QCA9888 firmware to 10.4-3.4-00104

Message ID 8bc8e1467d136d26a16a763ce07867bbc4a56839.1513874600.git.chunkeey@gmail.com
State Accepted
Delegated to: Mathias Kresin
Headers show
Series [LEDE-DEV,1/6] firmware: ath10k-firmware: update to 2017-12-20 | expand

Commit Message

Christian Lamparter Dec. 21, 2017, 6:13 p.m. UTC
This patch updates ath10k-firmware to use the
firmware-5.bin_10.4-3.4-00104 firmware for the QCA9888.

Cc: Henryk Heisig <hyniu@o2.pl>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
---
Can anyone test it?
---
 package/firmware/ath10k-firmware/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 0497538920..456db5e07f 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -243,7 +243,7 @@  define Package/ath10k-firmware-qca9888/install
 		$(PKG_BUILD_DIR)/QCA9888/hw2.0/board-2.bin \
 		$(1)/lib/firmware/ath10k/QCA9888/hw2.0/board-2.bin
 	$(INSTALL_DATA) \
-		$(PKG_BUILD_DIR)/QCA9888/hw2.0/firmware-5.bin_10.4-3.2-00072 \
+		$(PKG_BUILD_DIR)/QCA9888/hw2.0/3.4/firmware-5.bin_10.4-3.4-00104 \
 		$(1)/lib/firmware/ath10k/QCA9888/hw2.0/firmware-5.bin
 endef