From: David Bauer Date: Mon, 4 Oct 2021 15:53:10 +0000 (+0200) Subject: ramips: fix USW-Flex reversed switch-port order X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f82c93b93c0a021921ac7a30ba6e7a090c7ddd1c;p=openwrt%2Fstaging%2Fjow.git ramips: fix USW-Flex reversed switch-port order Switch port order was reversed due to reading the internal labling (which mismatches the one on the case). Signed-off-by: David Bauer --- diff --git a/target/linux/ramips/dts/mt7621_ubnt_usw-flex.dts b/target/linux/ramips/dts/mt7621_ubnt_usw-flex.dts index de5491bf1b..166320caca 100644 --- a/target/linux/ramips/dts/mt7621_ubnt_usw-flex.dts +++ b/target/linux/ramips/dts/mt7621_ubnt_usw-flex.dts @@ -65,12 +65,12 @@ ports { port@0 { status = "okay"; - label = "lan1"; + label = "lan5"; }; port@1 { status = "okay"; - label = "lan2"; + label = "lan4"; }; port@2 { @@ -80,12 +80,12 @@ port@3 { status = "okay"; - label = "lan4"; + label = "lan2"; }; port@4 { status = "okay"; - label = "lan5"; + label = "lan1"; }; }; };