brcm63xx: board.d: request untagged switch config where applicable
authorJo-Philipp Wich <jo@mein.io>
Sat, 15 Oct 2016 23:20:40 +0000 (01:20 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 1 Feb 2017 23:13:49 +0000 (00:13 +0100)
In order to prepare support for generating tagged switch configurations by
default, explicitely request untagged configs for boards which do not already
request tagging to retain default behaviour.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/brcm63xx/base-files/etc/board.d/02_network

index c20caf9b9a6a2c498e8103d6128b2ee93c4a6a7f..3ace356af592659d56ba051971cdd1a32ffec521 100755 (executable)
@@ -33,7 +33,7 @@ fast2604 |\
 rta1320 |\
 v2110)
        ucidef_add_switch "switch0" \
-               "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "5@eth0"
+               "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "5u@eth0"
        ;;
 
 agpf-s0 |\
@@ -57,7 +57,7 @@ usr9108 |\
 v2500v_bb)
        ucidef_set_interfaces_lan_wan "eth1" "eth0"
        ucidef_add_switch "switch0" \
-               "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "5@eth1"
+               "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "5u@eth1"
        ;;
 
 dsl-274xb-c |\