diff options
author | Thomas Reifferscheid <thomas@reifferscheid.org> | 2017-03-17 14:01:34 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-03-24 08:09:39 +0100 |
commit | b69807e2b20e8e650f99a4d07f46a3f32cba2970 (patch) | |
tree | fb3395b608daa3a6b6de7f2ebfe8def6870b4436 /target/linux | |
parent | e4c53c751e5f928ee8d6494981e691f6da8ecd06 (diff) | |
download | upstream-b69807e2b20e8e650f99a4d07f46a3f32cba2970.tar.gz upstream-b69807e2b20e8e650f99a4d07f46a3f32cba2970.tar.bz2 upstream-b69807e2b20e8e650f99a4d07f46a3f32cba2970.zip |
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@reifferscheid.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 8091d9951a..3aff5bfb36 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -194,7 +194,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 |