diff options
author | David Bauer <mail@david-bauer.net> | 2021-10-04 17:53:10 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2021-10-04 23:24:32 +0200 |
commit | f82c93b93c0a021921ac7a30ba6e7a090c7ddd1c (patch) | |
tree | 7a89289f4a202bd47ede410407ee84920809b2ad /target/linux/ramips | |
parent | b6da10f2d1b82ca3c6d7cac55403d93b64828cdd (diff) | |
download | upstream-f82c93b93c0a021921ac7a30ba6e7a090c7ddd1c.tar.gz upstream-f82c93b93c0a021921ac7a30ba6e7a090c7ddd1c.tar.bz2 upstream-f82c93b93c0a021921ac7a30ba6e7a090c7ddd1c.zip |
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 <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/mt7621_ubnt_usw-flex.dts | 8 |
1 files changed, 4 insertions, 4 deletions
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"; }; }; }; |