From: Maxim Anisimov Date: Wed, 18 Dec 2019 07:06:14 +0000 (+0300) Subject: ramips: fix portmap for TP-Link Archer C50 v4 X-Git-Tag: v19.07.1~24 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=49b240cde8380c26f36240e3574b2f6f8b9e2de6;p=openwrt%2Fopenwrt.git 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) --- 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"; };