[openwrt/openwrt] firmware: ath10k-firmware: update QCA9984 firmware to 10.4-3.4-00104
LEDE Commits
lede-commits at lists.infradead.org
Thu Jan 18 12:22:42 PST 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/da5312d06eb814d68191a6ed77aa6faf65f6f616
commit da5312d06eb814d68191a6ed77aa6faf65f6f616
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Thu Dec 21 19:13:01 2017 +0100
firmware: ath10k-firmware: update QCA9984 firmware to 10.4-3.4-00104
This patch updates ath10k-firmware to use the
firmware-5.bin_10.4-3.4-00104 firmware for the QCA9984.
Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
package/firmware/ath10k-firmware/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index 3acb575..df8f7c2 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -314,7 +314,7 @@ define Package/ath10k-firmware-qca9984/install
$(PKG_BUILD_DIR)/QCA9984/hw1.0/board-2.bin \
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/board-2.bin
$(INSTALL_DATA) \
- $(PKG_BUILD_DIR)/QCA9984/hw1.0/3.4/firmware-5.bin_10.4-3.4-00082 \
+ $(PKG_BUILD_DIR)/QCA9984/hw1.0/3.4/firmware-5.bin_10.4-3.4-00104 \
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/firmware-5.bin
endef
More information about the lede-commits
mailing list