Skip to content

Commit

Permalink
Merge pull request #2857 from maurerle/feature/meraki_mr33
Browse files Browse the repository at this point in the history
ipq40xx-generic: add support for Meraki MR33
  • Loading branch information
AiyionPrime authored May 21, 2023
2 parents 979dd35 + 0b2004c commit 942b4ae
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ local primary_addrs = {
{'brcm2708'},
{'ipq40xx', 'generic', {
'avm,fritzbox-4040',
'meraki,mr33',
'plasmacloud,pa1200',
'plasmacloud,pa2200',
}},
Expand Down
17 changes: 17 additions & 0 deletions targets/ipq40xx-generic
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,23 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {
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

device('netgear-ex6100v2', 'netgear_ex6100v2', {
Expand Down

0 comments on commit 942b4ae

Please sign in to comment.