[OpenWrt-Devel] [PATCH] ramips: fix port display for TRENDnet TEW-810DR

Heppler, J. Scott shep971 at centurylink.net
Thu Jun 11 22:36:54 EDT 2020


Was unable to communicate TEW-810DR port order was inverted similar to
the D-Link DIR-810L.  Tested - Patch corrects port order.

Signed-off-by: J. Scott Heppler <shep971 at centurylink.net>
---
  target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
index c70e4ff8e4..f85b7cfed1 100755
--- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
@@ -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 at 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 at eth0"
-- 
2.20.1


-- 
J. Scott Heppler

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list