mikrotik-mantbox-15s-r2: add support for mANTBox 15s
This commit is contained in:
parent
8d378e92d8
commit
8614ed53ad
@ -1,18 +1,19 @@
|
|||||||
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
|
if [ "$GLUON_WLAN_MESH" = '11s' ]; then
|
||||||
|
device mikrotik-mantbox-15s-r2 nand-large
|
||||||
|
packages kmod-ath10k-ct ath10k-firmware-qca988x
|
||||||
|
factory
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$BROKEN" ]; then
|
||||||
device mikrotik-nand-64m nand-64m
|
device mikrotik-nand-64m nand-64m
|
||||||
factory
|
factory
|
||||||
|
|
||||||
device mikrotik-nand-large nand-large
|
device mikrotik-nand-large nand-large
|
||||||
factory
|
factory
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user