Skip to content
Snippets Groups Projects
Unverified Commit 942b4ae7 authored by Jan-Niklas Burfeind's avatar Jan-Niklas Burfeind Committed by GitHub
Browse files

Merge pull request #2857 from maurerle/feature/meraki_mr33

ipq40xx-generic: add support for Meraki MR33
parents 979dd354 0b2004c2
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,7 @@ local primary_addrs = { ...@@ -81,6 +81,7 @@ local primary_addrs = {
{'brcm2708'}, {'brcm2708'},
{'ipq40xx', 'generic', { {'ipq40xx', 'generic', {
'avm,fritzbox-4040', 'avm,fritzbox-4040',
'meraki,mr33',
'plasmacloud,pa1200', 'plasmacloud,pa1200',
'plasmacloud,pa2200', 'plasmacloud,pa2200',
}}, }},
......
...@@ -96,6 +96,23 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', { ...@@ -96,6 +96,23 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {
device('linksys-ea6350v3', 'linksys_ea6350v3') device('linksys-ea6350v3', 'linksys_ea6350v3')
-- Meraki
device('meraki-mr33-access-point', 'meraki_mr33', {
packages = {
-- radio0 is monitoring radio - removed for now
-- the -ct firmware does not have working mesh
'-ath10k-firmware-qca9887-ct',
'-ath10k-board-qca9887',
},
factory = false,
broken = true,
-- case must be opened to install
-- the board also bricks the SoC on newer bootloader-versions which is irreversible
-- third radio not yet working
})
-- NETGEAR -- NETGEAR
device('netgear-ex6100v2', 'netgear_ex6100v2', { device('netgear-ex6100v2', 'netgear_ex6100v2', {
......
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