Skip to content

Commit

Permalink
get primary_mac from board(wan)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr49 committed May 5, 2020
1 parent e8767bc commit 02a908e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package/gluon-core/luasrc/lib/gluon/upgrade/010-primary-mac
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ local primary_addrs = {
'archer-c60-v1',
'archer-c7',
}},
{'ipq40xx', 'generic', {
'linksys,ea6350v3',
}},
{'ipq806x', 'generic', {
'netgear,r7800',
}},
Expand All @@ -130,6 +127,11 @@ local primary_addrs = {
'netgear,dgn3500b',
}},
}},
{board('wan'), {
{'ipq40xx', 'generic', {
'linksys,ea6350v3',
}},
}},
-- phy0 default
{phy(0), {
{}, -- matches everything
Expand Down

0 comments on commit 02a908e

Please sign in to comment.