Skip to content

Commit

Permalink
Merge pull request #2008 from ctr49/master
Browse files Browse the repository at this point in the history
add hardware: Linksys EA6350 v3
  • Loading branch information
neocturne authored May 8, 2020
2 parents c602462 + 02a908e commit c90b400
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ local primary_addrs = {
'netgear,dgn3500b',
}},
}},
{board('wan'), {
{'ipq40xx', 'generic', {
'linksys,ea6350v3',
}},
}},
-- phy0 default
{phy(0), {
{}, -- matches everything
Expand Down
5 changes: 5 additions & 0 deletions targets/ipq40xx-generic
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {
})


-- Linksys

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


-- NETGEAR

device('netgear-ex6100v2', 'netgear_ex6100v2', {
Expand Down

0 comments on commit c90b400

Please sign in to comment.