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, })