get primary_mac from board(wan)
This commit is contained in:
parent
e8767bc747
commit
02a908ee2f
@ -105,9 +105,6 @@ local primary_addrs = {
|
||||
'archer-c60-v1',
|
||||
'archer-c7',
|
||||
}},
|
||||
{'ipq40xx', 'generic', {
|
||||
'linksys,ea6350v3',
|
||||
}},
|
||||
{'ipq806x', 'generic', {
|
||||
'netgear,r7800',
|
||||
}},
|
||||
@ -130,6 +127,11 @@ local primary_addrs = {
|
||||
'netgear,dgn3500b',
|
||||
}},
|
||||
}},
|
||||
{board('wan'), {
|
||||
{'ipq40xx', 'generic', {
|
||||
'linksys,ea6350v3',
|
||||
}},
|
||||
}},
|
||||
-- phy0 default
|
||||
{phy(0), {
|
||||
{}, -- matches everything
|
||||
|
Loading…
Reference in New Issue
Block a user