diff options
| author | Cezary Jackiewicz | 2023-02-05 06:24:05 +0000 |
|---|---|---|
| committer | Christian Marangi | 2023-02-06 12:26:58 +0000 |
| commit | cefc543b029a7af72420a5c514245287cd3df933 (patch) | |
| tree | cda30bb14f4ea56a2e0b60562f1b6b74cf0581d7 | |
| parent | 6bc675c0bed969303f94bb59310081d92bf2e74a (diff) | |
| download | openwrt-cefc543b029a7af72420a5c514245287cd3df933.tar.gz | |
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>
| -rw-r--r-- | target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts index 3205b7d564..6fce4ae87b 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-rtl30vw.dts @@ -383,11 +383,11 @@ &swport3 { status = "okay"; - label = "lan2"; + label = "lan1"; }; &swport4 { status = "okay"; - label = "lan1"; + label = "lan2"; }; |