summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirko Parthey <mirko.parthey@web.de>2018-05-22 21:23:36 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-05-29 22:53:48 +0200
commitadfd64ddd62c3e5d709b25e2392abe1945326566 (patch)
tree71655b37929cea586b099157a2e03a658869fc39
parent4a38c0cad5b2bfe37dd921dae04346f9a6397319 (diff)
downloadmtk-20170518-adfd64ddd62c3e5d709b25e2392abe1945326566.zip
mtk-20170518-adfd64ddd62c3e5d709b25e2392abe1945326566.tar.gz
mtk-20170518-adfd64ddd62c3e5d709b25e2392abe1945326566.tar.bz2
brcm47xx: add switch port mapping to Asus WL-500W
Switch ports 0..3 are connected to external ports LAN{1..4} in sequence, switch port 4 is not used, and switch port 5 is connected to the CPU. The WAN port is attached to the CPU's second network interface; it has no connection to the internal switch. Reuse the "Dell TrueMobile 2300" entry, which describes the same mapping. Signed-off-by: Mirko Parthey <mirko.parthey@web.de>
-rwxr-xr-xtarget/linux/brcm47xx/base-files/etc/board.d/01_detect2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/board.d/01_detect b/target/linux/brcm47xx/base-files/etc/board.d/01_detect
index cf96de5..4313040 100755
--- a/target/linux/brcm47xx/base-files/etc/board.d/01_detect
+++ b/target/linux/brcm47xx/base-files/etc/board.d/01_detect
@@ -139,7 +139,6 @@ detect_by_model() {
;;
"Asus WL500G" | \
- "Asus WL500W" | \
"Microsoft MN-700")
ucidef_set_interfaces_lan_wan "eth0" "eth1"
;;
@@ -159,6 +158,7 @@ detect_by_model() {
"0:wan" "1:lan" "2:lan" "3:lan" "4:lan" "5@eth0"
;;
+ "Asus WL500W" | \
"Dell TrueMobile 2300")
ucidef_set_interface_wan "eth1"
ucidef_add_switch "switch0" \