Skip to content

Commit

Permalink
ipq40xx-generic: add linksys-mr8300
Browse files Browse the repository at this point in the history
  • Loading branch information
Djfe committed Apr 30, 2023
1 parent 918e3ce commit 1fe4180
Show file tree
Hide file tree
Showing 2 changed files with 11 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',
'linksys,mr8300',
'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 @@ -95,6 +95,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
})


-- NETGEAR

Expand Down

0 comments on commit 1fe4180

Please sign in to comment.