diff options
| author | Maxim Anisimov | 2019-12-18 07:06:14 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2020-01-21 12:54:12 +0000 |
| commit | 49b240cde8380c26f36240e3574b2f6f8b9e2de6 (patch) | |
| tree | 6d60aec465961257ca64e120b1a9aef865d84716 | |
| parent | d3eabe44d087403cf8376462789f4c51ccfd9545 (diff) | |
| download | openwrt-49b240cde8380c26f36240e3574b2f6f8b9e2de6.tar.gz | |
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 <maxim.anisimov.ua@gmail.com>
(cherry picked from commit ebf535a6cfefef5b0afb74cb01c9a17ab242b85b)
| -rw-r--r-- | target/linux/ramips/dts/TPLINK-8M-SPLIT-UBOOT.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; |