aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorHenryk Heisig <hyniu@o2.pl>2016-09-24 21:41:43 +0200
committerJohn Crispin <john@phrozen.org>2016-12-22 15:03:30 +0100
commitc8043137bbd323b1490ae8613eab915ba9c138ee (patch)
tree6ebd7b34943ad84fe7df3a008a03a319ccdf197c /target/linux/ramips/base-files/etc/board.d/02_network
parent190ee7d86b450083fea4236d588d0d88a50e1311 (diff)
downloadupstream-c8043137bbd323b1490ae8613eab915ba9c138ee.tar.gz
upstream-c8043137bbd323b1490ae8613eab915ba9c138ee.tar.bz2
upstream-c8043137bbd323b1490ae8613eab915ba9c138ee.zip
ramips: Add support to TP-Link Archer MR200
CPU: MT7620N 580MHz Flash: 8MB RAM: 64MB build-in modem 3G/4G four ethernet port 10/100Mbps Signed-off-by: Henryk Heisig <hyniu@o2.pl>
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index 63bf123b73..94cf0ec7fc 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -217,6 +217,11 @@ ramips_setup_interfaces()
wl-330n)
ucidef_set_interface_lan "eth0.1"
;;
+ mr200)
+ ucidef_add_switch "switch0" \
+ "0:lan" "1:lan" "2:lan" "3:lan" "6t@eth0"
+ ucidef_set_interface_wan "usb0"
+ ;;
mzk-dp150n|\
vocore)
ucidef_add_switch "switch0" \