bsp/ar71xx: use ath10k-ct for archer c7

Submitted by Tim Niemeyer on March 4, 2017, 2:46 p.m.

Details

Message ID 1488638785-2597-1-git-send-email-tim@tn-x.org
State Accepted
Commit 7fb918403ede7c3ed0dcac5f88273f2a9d8f5770
Headers show

Commit Message

Tim Niemeyer March 4, 2017, 2:46 p.m.
This enables ad-hoc mode for 5 GHz wireless.

Fixes #2

Signed-off-by: Tim Niemeyer <tim@tn-x.org>
---

 bsp/ar71xx/.config | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Patch hide | download patch | download mbox

diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config
index 4cedc41..cb550ee 100644
--- a/bsp/ar71xx/.config
+++ b/bsp/ar71xx/.config
@@ -7,7 +7,7 @@  CONFIG_TARGET_MULTI_PROFILE=y
 CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_gl-ar150=y
 CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_gl-ar150=""
 CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_archer-c7-v2=y
-CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_archer-c7-v2=""
+CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_archer-c7-v2="-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca988x ath10k-firmware-qca988x-ct"
 CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_cpe210-220=y
 CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_cpe210-220=""
 CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_cpe510-520=y
@@ -79,6 +79,8 @@  CONFIG_CLEAN_IPKG=y
 # CONFIG_KERNEL_DEBUG_INFO is not set
 # CONFIG_KERNEL_DEBUG_KERNEL is not set
 # CONFIG_PACKAGE_ALFRED_VIS is not set
+CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
+CONFIG_PACKAGE_kmod-ath10k-ct=m
 CONFIG_PACKAGE_kmod-ifb=y
 CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y
 CONFIG_PACKAGE_kmod-ledtrig-netdev=y

Comments

Christian Dresel March 4, 2017, 2:57 p.m.
Hi

dank der Loopmail gesehen das es funktioniert und es sieht ansich
schlüssig aus auch wenn ich den Syntax nicht kenne (aber er macht Sinn).

Daher ein
Reviewed-by: Christian Dresel <fff@chrisi01.de>

Danke für die Arbeit.

mfg

Christian

On 04.03.2017 15:46, Tim Niemeyer wrote:
> This enables ad-hoc mode for 5 GHz wireless.
>
> Fixes #2
>
> Signed-off-by: Tim Niemeyer <tim@tn-x.org>
> ---
>
>  bsp/ar71xx/.config | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config
> index 4cedc41..cb550ee 100644
> --- a/bsp/ar71xx/.config
> +++ b/bsp/ar71xx/.config
> @@ -7,7 +7,7 @@ CONFIG_TARGET_MULTI_PROFILE=y
>  CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_gl-ar150=y
>  CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_gl-ar150=""
>  CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_archer-c7-v2=y
> -CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_archer-c7-v2=""
> +CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_archer-c7-v2="-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca988x ath10k-firmware-qca988x-ct"
>  CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_cpe210-220=y
>  CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_cpe210-220=""
>  CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_cpe510-520=y
> @@ -79,6 +79,8 @@ CONFIG_CLEAN_IPKG=y
>  # CONFIG_KERNEL_DEBUG_INFO is not set
>  # CONFIG_KERNEL_DEBUG_KERNEL is not set
>  # CONFIG_PACKAGE_ALFRED_VIS is not set
> +CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
> +CONFIG_PACKAGE_kmod-ath10k-ct=m
>  CONFIG_PACKAGE_kmod-ifb=y
>  CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y
>  CONFIG_PACKAGE_kmod-ledtrig-netdev=y
Steffen Pankratz April 8, 2017, 9:59 a.m.
On 03/04/2017 03:46 PM, Tim Niemeyer wrote:

Hi

Patch ist jetzt im Master, Danke Tim!


Gruss
-Steffen

> This enables ad-hoc mode for 5 GHz wireless.
> 
> Fixes #2
> 
> Signed-off-by: Tim Niemeyer <tim@tn-x.org>
> ---
> 
>  bsp/ar71xx/.config | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/bsp/ar71xx/.config b/bsp/ar71xx/.config
> index 4cedc41..cb550ee 100644
> --- a/bsp/ar71xx/.config
> +++ b/bsp/ar71xx/.config
> @@ -7,7 +7,7 @@ CONFIG_TARGET_MULTI_PROFILE=y
>  CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_gl-ar150=y
>  CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_gl-ar150=""
>  CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_archer-c7-v2=y
> -CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_archer-c7-v2=""
> +CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_archer-c7-v2="-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca988x ath10k-firmware-qca988x-ct"
>  CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_cpe210-220=y
>  CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_cpe210-220=""
>  CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_cpe510-520=y
> @@ -79,6 +79,8 @@ CONFIG_CLEAN_IPKG=y
>  # CONFIG_KERNEL_DEBUG_INFO is not set
>  # CONFIG_KERNEL_DEBUG_KERNEL is not set
>  # CONFIG_PACKAGE_ALFRED_VIS is not set
> +CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
> +CONFIG_PACKAGE_kmod-ath10k-ct=m
>  CONFIG_PACKAGE_kmod-ifb=y
>  CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y
>  CONFIG_PACKAGE_kmod-ledtrig-netdev=y
>