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: v21.02.0-rc1~4352 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ebf535a6cfefef5b0afb74cb01c9a17ab242b85b;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 --- diff --git a/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi b/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi index 6d7fb01c56..8807f7f274 100644 --- a/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi +++ b/target/linux/ramips/dts/mt7628an_tplink_8m-split-uboot.dtsi @@ -84,5 +84,5 @@ ðernet { mtd-mac-address = <&rom 0xf100>; - mediatek,portmap = "llllw"; + mediatek,portmap = "wllll"; };