From bcec4e6a209e34b2c4c308a394a1961dcb789ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Sun, 8 Dec 2019 22:36:20 +0100 Subject: [PATCH] bsp/ar71xx: Build ath10k-firmware-qca9888-ct as module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The qca9888-ct firmware is used as a device package for the C60v1 and C60v2. It doesn't get built however, as it isn't selected anywhere. To be able to use the firmware, it is now configured to be built as a module. Fixes: #129 Signed-off-by: Fabian Bläse Reviewed-by: Adrian Schmutzler --- bsp/ar71xx/.config | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config index 030ea3d..fc76582 100644 --- a/bsp/ar71xx/.config +++ b/bsp/ar71xx/.config @@ -100,6 +100,7 @@ CONFIG_CLEAN_IPKG=y # CONFIG_KERNEL_DEBUG_KERNEL is not set # CONFIG_PACKAGE_ALFRED_VIS is not set CONFIG_PACKAGE_ath10k-firmware-qca9887-ct=m +CONFIG_PACKAGE_ath10k-firmware-qca9888-ct=m CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m CONFIG_PACKAGE_kmod-ath10k-ct=m CONFIG_PACKAGE_kmod-hwmon-core=m