Author: jow Date: 2016-01-27 21:47:44 +0100 (Wed, 27 Jan 2016) New Revision: 48511
Modified: trunk/target/linux/brcm47xx/base-files/etc/board.d/01_detect Log: brcm47xx: add proper switch port mapping for WRT610Nv2 / Linksys E3000v1 Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/target/linux/brcm47xx/base-files/etc/board.d/01_detect =================================================================== --- trunk/target/linux/brcm47xx/base-files/etc/board.d/01_detect 2016-01-27 12:44:07 UTC (rev 48510) +++ trunk/target/linux/brcm47xx/base-files/etc/board.d/01_detect 2016-01-27 20:47:44 UTC (rev 48511) @@ -163,6 +163,11 @@ "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" ;; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
