Skip to content
Snippets Groups Projects
Unverified Commit c90b400c authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

Merge pull request #2008 from ctr49/master

add hardware: Linksys EA6350 v3
parents c6024626 02a908ee
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,11 @@ local primary_addrs = { ...@@ -127,6 +127,11 @@ local primary_addrs = {
'netgear,dgn3500b', 'netgear,dgn3500b',
}}, }},
}}, }},
{board('wan'), {
{'ipq40xx', 'generic', {
'linksys,ea6350v3',
}},
}},
-- phy0 default -- phy0 default
{phy(0), { {phy(0), {
{}, -- matches everything {}, -- matches everything
......
...@@ -61,6 +61,11 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', { ...@@ -61,6 +61,11 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {
}) })
-- Linksys
device('linksys-ea6350v3', 'linksys_ea6350v3')
-- NETGEAR -- NETGEAR
device('netgear-ex6100v2', 'netgear_ex6100v2', { device('netgear-ex6100v2', 'netgear_ex6100v2', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment