diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2017-12-21 19:13:03 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-18 21:21:11 +0100 |
commit | f6a8505de05b818561eaf403a4059a59286fb089 (patch) | |
tree | 8976df3ba7603fdf448bc28ef5b03e795744113a /package/firmware/ath10k-firmware/Makefile | |
parent | 2d3a73afc4379031ee063df368e1290690f64d6f (diff) | |
download | upstream-f6a8505de05b818561eaf403a4059a59286fb089.tar.gz upstream-f6a8505de05b818561eaf403a4059a59286fb089.tar.bz2 upstream-f6a8505de05b818561eaf403a4059a59286fb089.zip |
firmware: ath10k-firmware: update QCA9887 firmware to 10.2.4-1.0-00033
This patch updates ath10k-firmware to use the
firmware-5.bin_10.2.4-1.0-00033 firmware for the QCA9887.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'package/firmware/ath10k-firmware/Makefile')
-rw-r--r-- | package/firmware/ath10k-firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index f1d86236f9..1a41d804d1 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -230,7 +230,7 @@ endef define Package/ath10k-firmware-qca9887/install $(INSTALL_DIR) $(1)/lib/firmware/ath10k/QCA9887/hw1.0 $(INSTALL_DATA) \ - $(PKG_BUILD_DIR)/QCA9887/hw1.0/10.2.4-1.0/firmware-5.bin_10.2.4-1.0-00029 \ + $(PKG_BUILD_DIR)/QCA9887/hw1.0/10.2.4-1.0/firmware-5.bin_10.2.4-1.0-00033 \ $(1)/lib/firmware/ath10k/QCA9887/hw1.0/firmware-5.bin $(INSTALL_DATA) \ $(PKG_BUILD_DIR)/QCA9887/hw1.0/board.bin \ |