ipq40xx: add support for IBSS
Add support for IBSS meshing. Leave target marked as BROKEN for IBSS as stability is unknown and WiFi LEDs are not working. Functionality was tested in the network of Freifunk Frankfurt with other ipq40xx and ar71xx devices.
This commit is contained in:
parent
6e48dedeb8
commit
c3ceded76f
@ -1,26 +1,37 @@
|
||||
ATH10K_PACKAGES_IPQ40XX=
|
||||
if [ "$GLUON_WLAN_MESH" = 'ibss' ]; then
|
||||
ATH10K_PACKAGES_IPQ40XX='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca4019 ath10k-firmware-qca4019-ct'
|
||||
fi
|
||||
|
||||
|
||||
# AVM
|
||||
|
||||
device avm-fritz-box-4040 avm_fritzbox-4040
|
||||
factory
|
||||
extra_image -squashfs-eva -bootloader .bin
|
||||
packages $ATH10K_PACKAGES_IPQ40XX
|
||||
|
||||
|
||||
# GL.iNet
|
||||
|
||||
device gl.inet-gl-b1300 glinet_gl-b1300
|
||||
factory
|
||||
packages $ATH10K_PACKAGES_IPQ40XX
|
||||
|
||||
|
||||
# NETGEAR
|
||||
|
||||
device netgear-ex6100v2 netgear_ex6100v2
|
||||
factory .img
|
||||
packages $ATH10K_PACKAGES_IPQ40XX
|
||||
|
||||
device netgear-ex6150v2 netgear_ex6150v2
|
||||
factory .img
|
||||
packages $ATH10K_PACKAGES_IPQ40XX
|
||||
|
||||
|
||||
# ZyXEL
|
||||
|
||||
device zyxel-wre6606 zyxel_wre6606
|
||||
factory
|
||||
packages $ATH10K_PACKAGES_IPQ40XX
|
||||
|
Loading…
Reference in New Issue
Block a user