ipq40xx: add support for OpenMesh A62

This device is a dual 5GHz device. It is recommended to manually change the
radio of the first device to the lower 5GHz channels and the second radio
to the upper 5GHz channels.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
This commit is contained in:
Sven Eckelmann 2018-06-03 10:52:47 +02:00
parent 8c9e3c1a15
commit a31457d839
3 changed files with 6 additions and 2 deletions

View File

@ -281,6 +281,7 @@ ipq40xx
* OpenMesh
- A42
- A62
ipq806x
^^^^^^^

View File

@ -44,7 +44,7 @@ elseif platform.match('ar71xx', 'generic', {'archer-c5', 'archer-c58-v1',
'archer-c59-v1', 'archer-c60-v1',
'archer-c7'}) then
table.insert(try_files, 1, '/sys/class/net/eth1/address')
elseif platform.match('ipq40xx', nil, {'openmesh,a42'}) then
elseif platform.match('ipq40xx', nil, {'openmesh,a42', 'openmesh,a62'}) then
table.insert(try_files, 1, '/sys/class/net/eth0/address')
end

View File

@ -1,7 +1,10 @@
ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca4019 ath10k-firmware-qca4019-ct'
ATH10K_PACKAGES='-kmod-ath10k kmod-ath10k-ct -ath10k-firmware-qca4019 ath10k-firmware-qca4019-ct -ath10k-firmware-qca9888 ath10k-firmware-qca9888-ct'
# OpenMesh
device openmesh-a42 openmesh_a42
packages $ATH10K_PACKAGES
device openmesh-a62 openmesh_a62
packages $ATH10K_PACKAGES