diff options
author | Mathias Kresin <dev@kresin.me> | 2017-03-17 19:36:06 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-05-27 14:23:07 +0200 |
commit | 784ceba269c17af7eb2e6120930cf3ecce27445e (patch) | |
tree | efe96acfb0d438937d799b5cfba2277cc5d702ae | |
parent | 0e31ce730f8c743a28bce475a5666786c6646d3c (diff) | |
download | mtk-20170518-784ceba269c17af7eb2e6120930cf3ecce27445e.zip mtk-20170518-784ceba269c17af7eb2e6120930cf3ecce27445e.tar.gz mtk-20170518-784ceba269c17af7eb2e6120930cf3ecce27445e.tar.bz2 |
treewide: select ath10k firmware explicit
Do not rely on the default firmware selected by ath10k.
Signed-off-by: Mathias Kresin <dev@kresin.me>
-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 3cc48bb..9a2a0e8 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -198,7 +198,7 @@ define Device/R7500v2 PAGESIZE := 2048 BOARD_NAME := r7500v2 DEVICE_TITLE := Netgear Nighthawk X4 R7500v2 - DEVICE_PACKAGES := ath10k-firmware-qca99x0 + DEVICE_PACKAGES := ath10k-firmware-qca99x0 ath10k-firmware-qca988x endef define Device/R7800 |