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>
This commit is contained in:
parent
e4c53c751e
commit
b69807e2b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue