Skip to content
Snippets Groups Projects
Commit 98b16933 authored by David Bauer's avatar David Bauer
Browse files

gluon-core: update board.json interface path

Single LAN and WAN interfaces are now stored in the network configs
"device" key.
parent e7c45e54
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ local function iface_exists(ifaces)
end
local lan_ifname = iface_exists((network_data.lan or {}).ifname)
local wan_ifname = iface_exists((network_data.wan or {}).ifname)
local lan_ifname = iface_exists((network_data.lan or {}).device)
local wan_ifname = iface_exists((network_data.wan or {}).device)
if platform.match('ar71xx', 'generic', {
'cpe210',
......
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