ar71xx-generic & ipq806x: rename GLUON_ATH10K_MESH -> GLUON_WLAN_MESH
This commit is contained in:
parent
62977ed75c
commit
ba17239547
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user