Skip to content
Snippets Groups Projects
Commit 9d719a2e authored by Sven Eckelmann's avatar Sven Eckelmann Committed by Andreas Ziegler
Browse files

ar71xx: add support for OpenMesh A40/A60 (#1424)

parent 54ff9036
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,8 @@ ar71xx-generic
* OpenMesh
- A40
- A60
- MR600 (v1, v2)
- MR900 (v1, v2)
- MR1750 (v1, v2) [#ath10k]_
......
......@@ -30,6 +30,7 @@ if platform.match('ar71xx', 'generic', {'tl-wdr3600', 'tl-wdr4300'}) then
elseif platform.match('ramips', 'mt7621', {'dir-860l-b1'}) then
table.insert(try_files, 1, '/sys/class/ieee80211/phy1/macaddress')
elseif platform.match('ar71xx', 'generic', {'unifi-outdoor-plus', 'carambola2',
'a40', 'a60',
'mr600', 'mr600v2',
'mr900', 'mr900v2',
'mr1750', 'mr1750v2',
......
......@@ -123,6 +123,9 @@ device onion-omega onion-omega
# OpenMesh
device openmesh-a60 a60 A60
alias openmesh-a40
device openmesh-mr1750 mr1750 MR1750
alias openmesh-mr1750v2
packages $ATH10K_PACKAGES
......
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