mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-26 00:22:47 +00:00
ramips: zbt-wg2626: Fix the LAN ports names
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>
This commit is contained in:
parent
f953a1a4bf
commit
d806c3caf3
@ -122,22 +122,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 {
|
||||
|
Loading…
Reference in New Issue
Block a user