Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
'linksys,mr8300',
'meraki,mr33',
'plasmacloud,pa1200',
'plasmacloud,pa2200',
Expand Down
10 changes: 10 additions & 0 deletions targets/ipq40xx-generic
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {

device('linksys-ea6350v3', 'linksys_ea6350v3')

device('linksys-mr8300-dallas', 'linksys_mr8300', {
packages = { -- exclude until Gluon supports third radio
'-ath10k-firmware-qca9888-ct',
'-ath10k-board-qca9888',
},
broken = true,
-- 3rd WiFi radio not supported (5GHz DFS channels 100+)
-- outdoor mode is broken due to 5GHz being limited to channels 36-64
})


-- Meraki

Expand Down