From 6e922709a2af9844d154520e8061437068a4edce Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 31 Jul 2018 15:10:46 +0200 Subject: [PATCH] ar71xx-generic: prefer kmod-ath10k for 802.11s mesh removes cryptic debug messages from kernel ring buffer and also reduces memory usage by as much as 20-25 MiB. --- targets/ar71xx-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic index f9bacace..547565d8 100644 --- a/targets/ar71xx-generic +++ b/targets/ar71xx-generic @@ -1,6 +1,6 @@ config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y' -ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct' +ATH10K_PACKAGES= ATH10K_PACKAGES_QCA9887= if [ "$GLUON_WLAN_MESH" = 'ibss' ]; then ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca988x ath10k-firmware-qca988x-ct'