From e30b0092bb00ea51d3d08838b6ab0c401095fc3a Mon Sep 17 00:00:00 2001 From: David Bauer Date: Wed, 20 Nov 2019 16:21:25 +0100 Subject: [PATCH] ath79-generic: add missing ath10k packages The devolo WiFi pro 1200i lost it's ath10k package definitions while rebasing, thus selecting the wrong package set. Fix it by adding the correct firmware and driver. --- targets/ath79-generic | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/targets/ath79-generic b/targets/ath79-generic index 994ba3a1..7c3a3990 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -1,3 +1,10 @@ +local ATH10K_PACKAGES_QCA9880 = { + 'kmod-ath10k', + '-kmod-ath10k-ct', + 'ath10k-firmware-qca988x', + '-ath10k-firmware-qca988x-ct', +} + local ATH10K_PACKAGES_QCA9888 = { 'kmod-ath10k', '-kmod-ath10k-ct', @@ -8,6 +15,7 @@ local ATH10K_PACKAGES_QCA9888 = { -- devolo device('devolo-wifi-pro-1200i', 'devolo_dvl1200i', { + packages = ATH10K_PACKAGES_QCA9880, factory = false, })