20 lines
414 B
Plaintext
20 lines
414 B
Plaintext
config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
|
|
|
|
# Enable ath5k in addition to ath9k
|
|
# ath5k cards are commonly used with Mikrotik hardware
|
|
packages 'kmod-ath5k'
|
|
|
|
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
|
|
factory
|
|
|
|
device mikrotik-nand-large nand-large
|
|
factory
|
|
fi
|