Skip to content
Snippets Groups Projects
Commit be4213de authored by Florian Maurer's avatar Florian Maurer Committed by Grische
Browse files

fritzbox-7530: utilize lan1 as wan, others as lan

With the switch to DSA on this board, we can now utilize the ports better, by splitting them according to their usage

Signed-off-by: default avatarFlorian Maurer <f.maurer@outlook.de>
parent d7ed2dfc
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,10 @@ elseif platform.match('ath79', 'generic', { ...@@ -63,6 +63,10 @@ elseif platform.match('ath79', 'generic', {
'ubnt,unifiac-pro', 'ubnt,unifiac-pro',
}) then }) then
lan_ifname, wan_ifname = 'eth0.2', 'eth0.1' lan_ifname, wan_ifname = 'eth0.2', 'eth0.1'
elseif platform.match('ipq40xx', 'generic', {
'avm,fritzbox-7530',
}) then
lan_ifname, wan_ifname = 'lan2 lan3 lan4', 'lan1'
elseif platform.match('ramips', 'mt7621', { elseif platform.match('ramips', 'mt7621', {
'netgear,wac104', 'netgear,wac104',
}) then }) then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment