pq40xx-generic: add support for Cisco Meraki MR33
This commit is contained in:
parent
297cd5bc3f
commit
86214d29fe
@ -81,6 +81,7 @@ local primary_addrs = {
|
||||
{'brcm2708'},
|
||||
{'ipq40xx', 'generic', {
|
||||
'avm,fritzbox-4040',
|
||||
'meraki,mr33',
|
||||
'plasmacloud,pa1200',
|
||||
'plasmacloud,pa2200',
|
||||
}},
|
||||
|
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user