Merge pull request #2008 from ctr49/master
add hardware: Linksys EA6350 v3
This commit is contained in:
commit
c90b400ce5
@ -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', {
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
-- Linksys
|
||||||
|
|
||||||
|
device('linksys-ea6350v3', 'linksys_ea6350v3')
|
||||||
|
|
||||||
|
|
||||||
-- NETGEAR
|
-- NETGEAR
|
||||||
|
|
||||||
device('netgear-ex6100v2', 'netgear_ex6100v2', {
|
device('netgear-ex6100v2', 'netgear_ex6100v2', {
|
||||||
|
Loading…
Reference in New Issue
Block a user