diff options
author | René van Dorst <opensource@vdorst.com> | 2020-04-01 10:01:20 +0200 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-04-04 14:56:14 +0800 |
commit | ae6b4d3f86bd428acb876b2a665922f71bcaa7ab (patch) | |
tree | 9f1ff3e794579973f8620974d99c619de3720fb2 /target/linux/ramips | |
parent | 10f27c6f00ecfe75fa5a0a5817f3d66f15f847ea (diff) | |
download | upstream-ae6b4d3f86bd428acb876b2a665922f71bcaa7ab.tar.gz upstream-ae6b4d3f86bd428acb876b2a665922f71bcaa7ab.tar.bz2 upstream-ae6b4d3f86bd428acb876b2a665922f71bcaa7ab.zip |
ramips: correct MTC WR1201 LAN ports names
LAN ports of MTC WR1201 are reversed, so correct their names
Signed-off-by: René van Dorst <opensource@vdorst.com>
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/mt7621_mtc_wr1201.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/mt7621_mtc_wr1201.dts b/target/linux/ramips/dts/mt7621_mtc_wr1201.dts index eca7b3b0bb..66b4f92852 100644 --- a/target/linux/ramips/dts/mt7621_mtc_wr1201.dts +++ b/target/linux/ramips/dts/mt7621_mtc_wr1201.dts @@ -112,22 +112,22 @@ ports { port@0 { status = "okay"; - label = "lan1"; + label = "lan4"; }; port@1 { status = "okay"; - label = "lan2"; + label = "lan3"; }; port@2 { status = "okay"; - label = "lan3"; + label = "lan2"; }; port@3 { status = "okay"; - label = "lan4"; + label = "lan1"; }; port@4 { |