projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0184fd
)
firmware: ath10k-firmware: update QCA9984 firmware to 10.4-3.4-00104
author
Christian Lamparter
<chunkeey@gmail.com>
Thu, 21 Dec 2017 18:13:01 +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.4-3.4-00104 firmware for the QCA9984.
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 3acb575a95e41d6d3124c4509a30c0bd994a46e8..df8f7c2fb73bb284b94d6f8c8cb03d4f4ccb3a9a 100644
(file)
--- 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-00
082
\
+ $(PKG_BUILD_DIR)/QCA9984/hw1.0/3.4/firmware-5.bin_10.4-3.4-00
104
\
$(1)/lib/firmware/ath10k/QCA9984/hw1.0/firmware-5.bin
endef