From b6ec44d6affb853f9dc10c485f3cb23d64043b1e Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 2 Jan 2020 05:58:49 +0100 Subject: [PATCH] targets: remove ath10k-ct-smallbuffers Remove the ath10k-ct-smallbuffers variant from the default package-seleciton as it clashes with the QCA ath10k driver. --- targets/ar71xx-generic | 3 +++ targets/ath79-generic | 2 ++ targets/ipq40xx-generic | 2 ++ 3 files changed, 7 insertions(+) diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic index fb69f3da..9f62917f 100644 --- a/targets/ar71xx-generic +++ b/targets/ar71xx-generic @@ -4,18 +4,21 @@ config 'CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=64' local ATH10K_PACKAGES = { 'kmod-ath10k', '-kmod-ath10k-ct', + '-kmod-ath10k-ct-smallbuffers', 'ath10k-firmware-qca988x', '-ath10k-firmware-qca988x-ct', } local ATH10K_PACKAGES_QCA9887 = { 'kmod-ath10k', '-kmod-ath10k-ct', + '-kmod-ath10k-ct-smallbuffers', 'ath10k-firmware-qca9887', '-ath10k-firmware-qca9887-ct', } local ATH10K_PACKAGES_QCA9888 = { 'kmod-ath10k', '-kmod-ath10k-ct', + '-kmod-ath10k-ct-smallbuffers', 'ath10k-firmware-qca9888', '-ath10k-firmware-qca9888-ct', } diff --git a/targets/ath79-generic b/targets/ath79-generic index 75791cb0..60751389 100644 --- a/targets/ath79-generic +++ b/targets/ath79-generic @@ -1,6 +1,7 @@ local ATH10K_PACKAGES_QCA9880 = { 'kmod-ath10k', '-kmod-ath10k-ct', + '-kmod-ath10k-ct-smallbuffers', 'ath10k-firmware-qca988x', '-ath10k-firmware-qca988x-ct', } @@ -8,6 +9,7 @@ local ATH10K_PACKAGES_QCA9880 = { local ATH10K_PACKAGES_QCA9888 = { 'kmod-ath10k', '-kmod-ath10k-ct', + '-kmod-ath10k-ct-smallbuffers', 'ath10k-firmware-qca9888', '-ath10k-firmware-qca9888-ct', } diff --git a/targets/ipq40xx-generic b/targets/ipq40xx-generic index 44864933..a5f340a8 100644 --- a/targets/ipq40xx-generic +++ b/targets/ipq40xx-generic @@ -1,12 +1,14 @@ local ATH10K_PACKAGES_IPQ40XX = { 'kmod-ath10k', '-kmod-ath10k-ct', + '-kmod-ath10k-ct-smallbuffers', 'ath10k-firmware-qca4019', '-ath10k-firmware-qca4019-ct', } local ATH10K_PACKAGES_IPQ40XX_QCA9888 = { 'kmod-ath10k', '-kmod-ath10k-ct', + '-kmod-ath10k-ct-smallbuffers', 'ath10k-firmware-qca4019', '-ath10k-firmware-qca4019-ct', 'ath10k-firmware-qca9888',