[source] ipq806x: fix Netgear X4 R7500 ath10k firmware selection
LEDE Commits
lede-commits at lists.infradead.org
Sat May 27 07:20:42 PDT 2017
jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/20198f7330f5b687f1e5fdfd2b30934f89d51e13
commit 20198f7330f5b687f1e5fdfd2b30934f89d51e13
Author: Thomas Reifferscheid <thomas at reifferscheid.org>
AuthorDate: Fri Mar 17 14:01:34 2017 +0100
ipq806x: fix Netgear X4 R7500 ath10k firmware selection
Netgear X4 R7500 comes with a QCA988X. Select a firmware that matches
the ath10k chipset
Signed-off-by: Thomas Reifferscheid <thomas at reifferscheid.org>
---
target/linux/ipq806x/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index 9a2a0e8..e834b25 100644
--- a/target/linux/ipq806x/image/Makefile
+++ b/target/linux/ipq806x/image/Makefile
@@ -185,7 +185,7 @@ define Device/R7500
PAGESIZE := 2048
BOARD_NAME := r7500
DEVICE_TITLE := Netgear Nighthawk X4 R7500
- DEVICE_PACKAGES := ath10k-firmware-qca99x0
+ DEVICE_PACKAGES := ath10k-firmware-qca988x
endef
define Device/R7500v2
More information about the lede-commits
mailing list