diff options
author | Thomas Reifferscheid <thomas@reifferscheid.org> | 2017-03-17 14:01:34 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-05-27 14:23:14 +0200 |
commit | 20198f7330f5b687f1e5fdfd2b30934f89d51e13 (patch) | |
tree | 31d5abd58b990894d130943f5f70c4d16874ab3c /target/linux/ipq806x/image/Makefile | |
parent | 784ceba269c17af7eb2e6120930cf3ecce27445e (diff) | |
download | upstream-20198f7330f5b687f1e5fdfd2b30934f89d51e13.tar.gz upstream-20198f7330f5b687f1e5fdfd2b30934f89d51e13.tar.bz2 upstream-20198f7330f5b687f1e5fdfd2b30934f89d51e13.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/ipq806x/image/Makefile')
-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 9a2a0e8035..e834b25098 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 |