mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-30 16:33:08 +01:00
bcm63xx: DGND3700v1: fix port order
Fix the switch LAN labels for the DGND3700v1/DGND3800B router,
the order is reversed.
Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
[cut out of bigger patch, adjust commit title/message accordingly]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 583b3e4025)
This commit is contained in:
parent
ebefdf61ed
commit
9c58f5d4ff
1 changed files with 4 additions and 4 deletions
|
|
@ -149,22 +149,22 @@
|
|||
|
||||
lan@1 {
|
||||
reg = <1>;
|
||||
label = "lan1";
|
||||
label = "lan4";
|
||||
};
|
||||
|
||||
lan@2 {
|
||||
reg = <2>;
|
||||
label = "lan2";
|
||||
label = "lan3";
|
||||
};
|
||||
|
||||
lan@3 {
|
||||
reg = <3>;
|
||||
label = "lan3";
|
||||
label = "lan2";
|
||||
};
|
||||
|
||||
lan@4 {
|
||||
reg = <4>;
|
||||
label = "lan4";
|
||||
label = "lan1";
|
||||
};
|
||||
|
||||
cpu@8 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue