ath10k is needed on mANTBox 15s
This commit is contained in:
parent
2aa324ecf7
commit
8d378e92d8
@ -1,9 +1,16 @@
|
|||||||
config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
|
config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
|
||||||
|
|
||||||
|
ATH10K_PACKAGES='kmod-ath10k-ct ath10k-firmware-qca9887 ath10k-firmware-qca988x'
|
||||||
|
if [ "$GLUON_WLAN_MESH" = 'ibss' ]; then
|
||||||
|
ATH10K_PACKAGES='kmod-ath10k-ct ath10k-firmware-qca9887-ct ath10k-firmware-qca988x-ct'
|
||||||
|
fi
|
||||||
|
|
||||||
# Enable ath5k in addition to ath9k
|
# Enable ath5k in addition to ath9k
|
||||||
# ath5k cards are commonly used with Mikrotik hardware
|
# ath5k cards are commonly used with Mikrotik hardware
|
||||||
packages 'kmod-ath5k'
|
packages 'kmod-ath5k'
|
||||||
|
|
||||||
|
packages $ATH10K_PACKAGES
|
||||||
|
|
||||||
device mikrotik-nand-64m nand-64m
|
device mikrotik-nand-64m nand-64m
|
||||||
factory
|
factory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user