From 09b9a207cdc40b9bd516e878d5a6a5ad1b898f46 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 27 Jan 2016 20:47:44 +0000 Subject: [PATCH] brcm47xx: add proper switch port mapping for WRT610Nv2 / Linksys E3000v1 Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48511 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm47xx/base-files/etc/board.d/01_detect | 5 +++++ 1 file changed, 5 insertions(+) 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 76ceac65fa..91ac16eed7 100755 --- a/target/linux/brcm47xx/base-files/etc/board.d/01_detect +++ b/target/linux/brcm47xx/base-files/etc/board.d/01_detect @@ -163,6 +163,11 @@ detect_by_model() { "0:lan" "1:lan" "2:lan" "3:lan" "5@eth0" ;; + "Linksys E3000 V1") + ucidef_add_switch "switch0" \ + "0:wan" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "8@eth0" + ;; + *) detect_by_boardtype "$boardtype" "$boardnum" ;; -- 2.11.0