[source] treewide: select ath10k firmware explicit

LEDE Commits lede-commits at lists.infradead.org
Sat May 27 07:20:41 PDT 2017


jow pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/784ceba269c17af7eb2e6120930cf3ecce27445e

commit 784ceba269c17af7eb2e6120930cf3ecce27445e
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Fri Mar 17 19:36:06 2017 +0100

    treewide: select ath10k firmware explicit
    
    Do not rely on the default firmware selected by ath10k.
    
    Signed-off-by: Mathias Kresin <dev at kresin.me>
---
 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 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



More information about the lede-commits mailing list