ipq40xx: fix assignment of lan port numbers for Cell C RTL30VW
After switching to DSA, the LAN ports in Cell C RTL30VW have swapped numbers. Assigning the right numbers. Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
This commit is contained in:
parent
6bc675c0be
commit
cefc543b02
1 changed files with 2 additions and 2 deletions
|
@ -383,11 +383,11 @@
|
|||
&swport3 {
|
||||
status = "okay";
|
||||
|
||||
label = "lan2";
|
||||
label = "lan1";
|
||||
};
|
||||
|
||||
&swport4 {
|
||||
status = "okay";
|
||||
|
||||
label = "lan1";
|
||||
label = "lan2";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue