brcm47xx: add proper switch port mapping for WRT610Nv2 / Linksys E3000v1
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48511
This commit is contained in:
parent
39f1157075
commit
54de773f2b
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue