Skip to content
Snippets Groups Projects
Unverified Commit 42910c06 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

ramips-mt7621: use phy1 MAC address as primary on DIR-860L B1

parent c913957e
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,8 @@ end
if platform.match('ar71xx', 'generic', {'tl-wdr3600', 'tl-wdr4300'}) then
table.insert(try_files, 1, '/sys/class/ieee80211/phy1/macaddress')
elseif platform.match('ramips', 'mt7621', {'dir-860l-b1'}) then
table.insert(try_files, 1, '/sys/class/ieee80211/phy1/macaddress')
elseif platform.match('ar71xx', 'generic', {'unifi-outdoor-plus', 'carambola2',
'mr600', 'mr600v2',
'mr900', 'mr900v2',
......
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