mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
40 lines
753 B
Diff
40 lines
753 B
Diff
|
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts 2018-09-06 12:51:37.662020511 +0200
|
||
|
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts 2018-09-06 12:52:15.413617993 +0200
|
||
|
@@ -187,31 +187,31 @@
|
||
|
|
||
|
port@0 {
|
||
|
reg = <0>;
|
||
|
- label = "wan";
|
||
|
+ label = "lan";
|
||
|
cpu = <&cpu_port1>;
|
||
|
};
|
||
|
|
||
|
port@1 {
|
||
|
reg = <1>;
|
||
|
- label = "lan0";
|
||
|
+ label = "wan1";
|
||
|
cpu = <&cpu_port0>;
|
||
|
};
|
||
|
|
||
|
port@2 {
|
||
|
reg = <2>;
|
||
|
- label = "lan1";
|
||
|
+ label = "wan2";
|
||
|
cpu = <&cpu_port0>;
|
||
|
};
|
||
|
|
||
|
port@3 {
|
||
|
reg = <3>;
|
||
|
- label = "lan2";
|
||
|
+ label = "wan3";
|
||
|
cpu = <&cpu_port0>;
|
||
|
};
|
||
|
|
||
|
port@4 {
|
||
|
reg = <4>;
|
||
|
- label = "lan3";
|
||
|
+ label = "wan4";
|
||
|
cpu = <&cpu_port0>;
|
||
|
};
|
||
|
|