From 49b240cde8380c26f36240e3574b2f6f8b9e2de6 Mon Sep 17 00:00:00 2001 From: Maxim Anisimov Date: Wed, 18 Dec 2019 10:06:14 +0300 Subject: [PATCH] ramips: fix portmap for TP-Link Archer C50 v4 According to 02_network portmap is wan=0 lan1=1 lan2=2 lan3=3 lan4=4 Signed-off-by: Maxim Anisimov (cherry picked from commit ebf535a6cfefef5b0afb74cb01c9a17ab242b85b) --- target/linux/ramips/dts/TPLINK-8M-SPLIT-UBOOT.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/TPLINK-8M-SPLIT-UBOOT.dtsi b/target/linux/ramips/dts/TPLINK-8M-SPLIT-UBOOT.dtsi index c62079ee56..1014e48782 100644 --- a/target/linux/ramips/dts/TPLINK-8M-SPLIT-UBOOT.dtsi +++ b/target/linux/ramips/dts/TPLINK-8M-SPLIT-UBOOT.dtsi @@ -85,5 +85,5 @@ ðernet { mtd-mac-address = <&rom 0xf100>; - mediatek,portmap = "llllw"; + mediatek,portmap = "wllll"; };