projects
/
openwrt
/
staging
/
mkresin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f953a1a
)
ramips: zbt-wg2626: Fix the LAN ports names
author
Alban Bedel
<albeu@free.fr>
Sat, 23 Apr 2022 09:28:51 +0000
(11:28 +0200)
committer
Sungbo Eo
<mans0n@gorani.run>
Sun, 1 May 2022 04:39:56 +0000
(13:39 +0900)
The current names don't match with the labels on the case, reverse
the LAN ports order so they match.
Signed-off-by: Alban Bedel <albeu@free.fr>
target/linux/ramips/dts/mt7621_zbtlink_zbt-wg2626.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7621_zbtlink_zbt-wg2626.dts
b/target/linux/ramips/dts/mt7621_zbtlink_zbt-wg2626.dts
index da22dc3797b750a1d4a8d7745cd1eb378adf17e0..e764cb636b01d93fd356bbc605b1c919d8aa0d00 100644
(file)
--- a/
target/linux/ramips/dts/mt7621_zbtlink_zbt-wg2626.dts
+++ b/
target/linux/ramips/dts/mt7621_zbtlink_zbt-wg2626.dts
@@
-122,22
+122,22
@@
ports {
port@0 {
status = "okay";
- label = "lan
1
";
+ label = "lan
4
";
};
port@1 {
status = "okay";
- label = "lan
2
";
+ label = "lan
3
";
};
port@2 {
status = "okay";
- label = "lan
3
";
+ label = "lan
2
";
};
port@3 {
status = "okay";
- label = "lan
4
";
+ label = "lan
1
";
};
port@4 {