mvebu: configure switch on WRT1200AC and WRT1900ACv2/S
authorClaudio Leite <leitec@staticky.com>
Sat, 21 May 2016 22:34:03 +0000 (18:34 -0400)
committerFelix Fietkau <nbd@nbd.name>
Mon, 23 May 2016 11:39:50 +0000 (13:39 +0200)
Also collapses the three identical configurations into one block.

Signed-off-by: Claudio Leite <leitec@staticky.com>
target/linux/mvebu/base-files/etc/board.d/02_network

index f81d0ac1720f46633ebc9e3b4f8beb8d39692e39..8f633c9bad7c8818c4e4759abb9acd8ffe6d3d2d 100755 (executable)
@@ -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@eth1" "4:wan" "5@eth0"
        ;;
 armada-xp-linksys-mamba)
        ucidef_set_interfaces_lan_wan "eth0" "eth1"