ramips: fix port display for TRENDnet TEW-810DR
authorJ. Scott Heppler <shep971@centurylink.net>
Fri, 12 Jun 2020 16:04:15 +0000 (18:04 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 12 Jun 2020 16:10:37 +0000 (18:10 +0200)
This updates the display port order for the TEW-810DR to be in line
with the DIR-810L. Both share the same board and pictures on the
vendors' pages indicate the same external numbering scheme as well.

Signed-off-by: J. Scott Heppler <shep971@centurylink.net>
[replace commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ramips/mt7620/base-files/etc/board.d/02_network

index c70e4ff8e44076b11c9b6bd302d2b102d93ed045..f85b7cfed13d662fe11096c328f62d00c1883b31 100755 (executable)
@@ -25,7 +25,6 @@ ramips_setup_interfaces()
        ralink,mt7620a-mt7610e-evb|\
        ralink,mt7620a-v22sg-evb|\
        sanlinking,d240|\
-       trendnet,tew-810dr|\
        youku,yk1|\
        zbtlink,zbt-ape522ii|\
        zbtlink,zbt-we826-16m|\
@@ -109,6 +108,7 @@ ramips_setup_interfaces()
                        "0:lan" "6@eth0"
                ;;
        dlink,dir-810l|\
+       trendnet,tew-810dr|\
        zbtlink,zbt-we2026)
                ucidef_add_switch "switch0" \
                        "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "4:wan" "6@eth0"