Skip to content
Snippets Groups Projects
Commit c3ceded7 authored by David Bauer's avatar David Bauer Committed by Andreas Ziegler
Browse files

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.
parent 6e48dede
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment