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 Jan 26, 2023
1 parent 760cf8e commit 28f06e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ ipq40xx-generic
* Linksys

- EA6350 (v3)
- MR8300

* NETGEAR

Expand Down
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
13 changes: 12 additions & 1 deletion targets/ipq40xx-generic
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
local ATH10K_PACKAGES_IPQ40XX = {}
local ATH10K_PACKAGES_IPQ40XX_QCA9888 = {}
local ATH10K_PACKAGES_IPQ40XX_QCA9888 = { -- exclude until Gluon supports third radio
'-ath10k-firmware-qca9888-ct',
'-ath10k-board-qca9888',
}


defaults {
Expand Down Expand Up @@ -73,6 +76,12 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {

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

device('linksys-mr8300-dallas', 'linksys_mr8300', {
packages = ATH10K_PACKAGES_IPQ40XX_QCA9888,
factory = false,
broken = true, -- 3rd WiFi radio not supported (5GHz DFS channels 100+)
})


-- NETGEAR

Expand All @@ -91,6 +100,7 @@ device('openmesh-a42', 'openmesh_a42')

device('openmesh-a62', 'openmesh_a62', {
packages = ATH10K_PACKAGES_IPQ40XX_QCA9888,
broken = true, -- 3rd WiFi radio not supported (5GHz DFS channels 100+)
})


Expand All @@ -100,6 +110,7 @@ device('plasma-cloud-pa1200', 'plasmacloud_pa1200')

device('plasma-cloud-pa2200', 'plasmacloud_pa2200', {
packages = ATH10K_PACKAGES_IPQ40XX_QCA9888,
broken = true, -- 3rd WiFi radio not supported (5GHz DFS channels 100+)
})


Expand Down

0 comments on commit 28f06e3

Please sign in to comment.