bsp/ar71xx: Build ath10k-firmware-qca9888-ct as module

Submitted by Fabian Blaese on Dec. 8, 2019, 9:36 p.m.

Details

Message ID 20191208213620.3152771-1-fabian@blaese.de
State Accepted
Headers show

Commit Message

Fabian Blaese Dec. 8, 2019, 9:36 p.m.
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 <fabian@blaese.de>
---
 bsp/ar71xx/.config | 1 +
 1 file changed, 1 insertion(+)

Patch hide | download patch | download mbox

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

Comments

Adrian Schmutzler Dec. 8, 2019, 9:57 p.m.
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>

> -----Original Message-----
> From: franken-dev [mailto:franken-dev-bounces@freifunk.net] On Behalf
> Of Fabian Bläse
> Sent: Sonntag, 8. Dezember 2019 22:36
> To: franken-dev@freifunk.net
> Subject: [PATCH] bsp/ar71xx: Build ath10k-firmware-qca9888-ct as module
> 
> 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 <fabian@blaese.de>
> ---
>  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
> --
> 2.24.0
Fabian Blaese Dec. 10, 2019, 9:06 a.m.
applied.