Skip to content
Snippets Groups Projects
Commit 02a908ee authored by ctr49's avatar ctr49
Browse files

get primary_mac from board(wan)

parent e8767bc7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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