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:
parent
8c9e3c1a15
commit
a31457d839
@ -281,6 +281,7 @@ ipq40xx
|
|||||||
* OpenMesh
|
* OpenMesh
|
||||||
|
|
||||||
- A42
|
- A42
|
||||||
|
- A62
|
||||||
|
|
||||||
ipq806x
|
ipq806x
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
@ -44,7 +44,7 @@ elseif platform.match('ar71xx', 'generic', {'archer-c5', 'archer-c58-v1',
|
|||||||
'archer-c59-v1', 'archer-c60-v1',
|
'archer-c59-v1', 'archer-c60-v1',
|
||||||
'archer-c7'}) then
|
'archer-c7'}) then
|
||||||
table.insert(try_files, 1, '/sys/class/net/eth1/address')
|
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')
|
table.insert(try_files, 1, '/sys/class/net/eth0/address')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -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
|
# OpenMesh
|
||||||
|
|
||||||
device openmesh-a42 openmesh_a42
|
device openmesh-a42 openmesh_a42
|
||||||
packages $ATH10K_PACKAGES
|
packages $ATH10K_PACKAGES
|
||||||
|
|
||||||
|
device openmesh-a62 openmesh_a62
|
||||||
|
packages $ATH10K_PACKAGES
|
||||||
|
Loading…
Reference in New Issue
Block a user