From ba17239547a64bdfcb28f70dd504ff7460a2ef1d Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Sun, 7 Jan 2018 04:28:58 +0100 Subject: [PATCH] ar71xx-generic & ipq806x: rename GLUON_ATH10K_MESH -> GLUON_WLAN_MESH --- targets/ar71xx-generic | 4 ++-- targets/ipq806x | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/targets/ar71xx-generic b/targets/ar71xx-generic index 95564ca4..e11e9f03 100644 --- a/targets/ar71xx-generic +++ b/targets/ar71xx-generic @@ -1,10 +1,10 @@ ATH10K_PACKAGES= ATH10K_PACKAGES_QCA9887= -if [ "$GLUON_ATH10K_MESH" = '11s' ]; then +if [ "$GLUON_WLAN_MESH" = '11s' ]; then ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct' fi -if [ "$GLUON_ATH10K_MESH" = 'ibss' ]; then +if [ "$GLUON_WLAN_MESH" = 'ibss' ]; then ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca988x ath10k-firmware-qca988x-ct' ATH10K_PACKAGES_QCA9887='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca9887 ath10k-firmware-qca9887-ct' fi diff --git a/targets/ipq806x b/targets/ipq806x index c9438302..f4c0fc98 100644 --- a/targets/ipq806x +++ b/targets/ipq806x @@ -1,9 +1,9 @@ ATH10K_PACKAGES= -if [ "$GLUON_ATH10K_MESH" = '11s' ]; then +if [ "$GLUON_WLAN_MESH" = '11s' ]; then ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct' fi -if [ "$GLUON_ATH10K_MESH" = 'ibss' ]; then +if [ "$GLUON_WLAN_MESH" = 'ibss' ]; then ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca99x0 ath10k-firmware-qca99x0-ct' fi