[OpenWrt-Devel] [PATCH RESEND] mvebu: configure switch on WRT1200AC and WRT1900ACv2/S

Claudio Leite leitec at staticky.com
Sat May 21 18:34:03 EDT 2016


Also collapses the three identical configurations into one block.

Signed-off-by: Claudio Leite <leitec at staticky.com>
---
 target/linux/mvebu/base-files/etc/board.d/02_network | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/target/linux/mvebu/base-files/etc/board.d/02_network b/target/linux/mvebu/base-files/etc/board.d/02_network
index f81d0ac..8f633c9 100755
--- a/target/linux/mvebu/base-files/etc/board.d/02_network
+++ b/target/linux/mvebu/base-files/etc/board.d/02_network
@@ -11,14 +11,12 @@ board_config_update
 board=$(mvebu_board_name)
 
 case "$board" in
-armada-385-linksys-caiman)
-	ucidef_set_interfaces_lan_wan "eth1" "eth0"
-	;;
-armada-385-linksys-cobra)
-	ucidef_set_interfaces_lan_wan "eth1" "eth0"
-	;;
+armada-385-linksys-caiman|\
+armada-385-linksys-cobra|\
 armada-385-linksys-shelby)
 	ucidef_set_interfaces_lan_wan "eth1" "eth0"
+	ucidef_add_switch "switch0" \
+		"0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "6 at eth1" "4:wan" "5 at eth0"
 	;;
 armada-xp-linksys-mamba)
 	ucidef_set_interfaces_lan_wan "eth0" "eth1"
-- 
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list