Browse Source

ramips: fix port display for TRENDnet TEW-810DR

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 <[email protected]>
[replace commit message]
Signed-off-by: Adrian Schmutzler <[email protected]>
J. Scott Heppler 5 years ago
parent
commit
feb55fd3ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ramips/mt7620/base-files/etc/board.d/02_network

+ 1 - 1
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@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"