From d41a441bb613537916460542eb89d517d1856b5d Mon Sep 17 00:00:00 2001 From: Josua Mayer Date: Mon, 22 May 2017 19:07:13 +0200 Subject: mvebu: clearfog: assign SFP port to WAN zone The single SFP port is meant for direct media access to WAN, such as VDSL2, GPON). While it could also be used for in-home fiber, it is much more likely that the LAN is standard ethernet, especially considering that SFP is the onmly port that can go beyond 1Gbps. Signed-off-by: Josua Mayer --- target/linux/mvebu/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mvebu/base-files/etc/board.d/02_network') diff --git a/target/linux/mvebu/base-files/etc/board.d/02_network b/target/linux/mvebu/base-files/etc/board.d/02_network index 57ffbb486a..94ce7d7b25 100755 --- a/target/linux/mvebu/base-files/etc/board.d/02_network +++ b/target/linux/mvebu/base-files/etc/board.d/02_network @@ -31,7 +31,7 @@ armada-388-clearfog-*) # eth0 is standalone ethernet # eth1 is switch (-pro) or standalone ethernet (-base) # eth2 is SFP - ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0" + ucidef_set_interfaces_lan_wan "eth1" "eth0 eth2" # if switch exists (clearfog-pro) # switch port 5 is connected to eth1 -- cgit v1.2.3