1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

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>
This commit is contained in:
Maxim Anisimov 2019-12-18 10:06:14 +03:00 committed by Adrian Schmutzler
parent 17e2246eca
commit ebf535a6cf

View File

@ -84,5 +84,5 @@
&ethernet {
mtd-mac-address = <&rom 0xf100>;
mediatek,portmap = "llllw";
mediatek,portmap = "wllll";
};