projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6a8505
)
firmware: ath10k-firmware: update QCA988x firmware to 10.2.4-1.0-00033
author
Christian Lamparter
<chunkeey@gmail.com>
Thu, 21 Dec 2017 18:13:04 +0000
(19:13 +0100)
committer
Mathias Kresin
<dev@kresin.me>
Thu, 18 Jan 2018 20:21:11 +0000
(21:21 +0100)
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>
package/firmware/ath10k-firmware/Makefile
patch
|
blob
|
history
diff --git
a/package/firmware/ath10k-firmware/Makefile
b/package/firmware/ath10k-firmware/Makefile
index 1a41d804d16869402263033359ab3236e81d54c4..94e59537834a67e8b9d469f6a050697e6cf24789 100644
(file)
--- 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-000
29
\
+ $(PKG_BUILD_DIR)/QCA988X/hw2.0/10.2.4-1.0/firmware-5.bin_10.2.4-1.0-000
33
\
$(1)/lib/firmware/ath10k/QCA988X/hw2.0/firmware-5.bin
endef