summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Anisimov <maxim.anisimov.ua@gmail.com>2019-12-18 10:06:14 +0300
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-01-21 13:54:12 +0100
commit49b240cde8380c26f36240e3574b2f6f8b9e2de6 (patch)
tree6d60aec465961257ca64e120b1a9aef865d84716
parentd3eabe44d087403cf8376462789f4c51ccfd9545 (diff)
downloadopenwrt-49b240cde8380c26f36240e3574b2f6f8b9e2de6.tar.gz
openwrt-49b240cde8380c26f36240e3574b2f6f8b9e2de6.tar.bz2
openwrt-49b240cde8380c26f36240e3574b2f6f8b9e2de6.zip
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.dtsi2
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 @@
&ethernet {
mtd-mac-address = <&rom 0xf100>;
- mediatek,portmap = "llllw";
+ mediatek,portmap = "wllll";
};