diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2017-12-21 19:13:04 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-01-18 21:21:11 +0100 |
commit | 8d755ef052dca29db3b8da74149d9c7d74a54842 (patch) | |
tree | 01e50c2de871c0d7de1f6737adc01bf0c1028104 /package/firmware/ath10k-firmware/Makefile | |
parent | f6a8505de05b818561eaf403a4059a59286fb089 (diff) | |
download | upstream-8d755ef052dca29db3b8da74149d9c7d74a54842.tar.gz upstream-8d755ef052dca29db3b8da74149d9c7d74a54842.tar.bz2 upstream-8d755ef052dca29db3b8da74149d9c7d74a54842.zip |
firmware: ath10k-firmware: update QCA988x 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 QCA988x.
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 1a41d804d1..94e5953783 100644 --- a/package/firmware/ath10k-firmware/Makefile +++ b/package/firmware/ath10k-firmware/Makefile @@ -253,7 +253,7 @@ define Package/ath10k-firmware-qca988x/install $(PKG_BUILD_DIR)/QCA988X/hw2.0/board.bin \ $(1)/lib/firmware/ath10k/QCA988X/hw2.0/ $(INSTALL_DATA) \ - $(PKG_BUILD_DIR)/QCA988X/hw2.0/10.2.4-1.0/firmware-5.bin_10.2.4-1.0-00029 \ + $(PKG_BUILD_DIR)/QCA988X/hw2.0/10.2.4-1.0/firmware-5.bin_10.2.4-1.0-00033 \ $(1)/lib/firmware/ath10k/QCA988X/hw2.0/firmware-5.bin endef |