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 24, 2023
1 parent 760cf8e commit 6100ff5
Show file tree
Hide file tree
Showing 3 changed files with 11 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
10 changes: 9 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,11 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {

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

device('linksys-mr8300', 'linksys_mr8300', {
packages = ATH10K_PACKAGES_IPQ40XX_QCA9888,
factory = false,
})


-- NETGEAR

Expand Down

0 comments on commit 6100ff5

Please sign in to comment.