aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimo Tum <masnia@tiscali.it>2018-10-02 16:19:24 +0200
committerChristian Lamparter <chunkeey@gmail.com>2018-12-27 16:38:13 +0100
commit806b570a35362e29f1c615db7bbb9cdf2deda20e (patch)
treedd341e0581aafefa1ff8d5102b227b3dcd99174a
parentbaa00b21820a931c44ecd7cfdfc4e2b4dc19ce16 (diff)
downloadupstream-806b570a35362e29f1c615db7bbb9cdf2deda20e.tar.gz
upstream-806b570a35362e29f1c615db7bbb9cdf2deda20e.tar.bz2
upstream-806b570a35362e29f1c615db7bbb9cdf2deda20e.zip
ath10k: update QCA4019 firmware
Update firmware for QCA4019 also for 18.06 branch. https://github.com/openwrt/openwrt/pull/1138 Signed-off-by: Massimo Tum <masnia@tiscali.it>
-rw-r--r--package/firmware/ath10k-firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile
index c2b4000671..6e6670b87f 100644
--- a/package/firmware/ath10k-firmware/Makefile
+++ b/package/firmware/ath10k-firmware/Makefile
@@ -403,7 +403,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.4/firmware-5.bin_10.4-3.4-00104 \
+ $(PKG_BUILD_DIR)/QCA4019/hw1.0/3.5.3/firmware-5.bin_10.4-3.5.3-00057 \
$(1)/lib/firmware/ath10k/QCA4019/hw1.0/firmware-5.bin
endef