[source] brcm63xx: board.d: request untagged switch config where applicable
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 1 15:15:44 PST 2017
jow pushed a commit to source.git, branch master:
https://git.lede-project.org/770ac77cce59c4544dae65aeb1a3908623883854
commit 770ac77cce59c4544dae65aeb1a3908623883854
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sun Oct 16 01:20:40 2016 +0200
brcm63xx: board.d: request untagged switch config where applicable
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 at mein.io>
---
target/linux/brcm63xx/base-files/etc/board.d/02_network | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/brcm63xx/base-files/etc/board.d/02_network b/target/linux/brcm63xx/base-files/etc/board.d/02_network
index c20caf9..3ace356 100755
--- a/target/linux/brcm63xx/base-files/etc/board.d/02_network
+++ b/target/linux/brcm63xx/base-files/etc/board.d/02_network
@@ -33,7 +33,7 @@ fast2604 |\
rta1320 |\
v2110)
ucidef_add_switch "switch0" \
- "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "5 at eth0"
+ "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "5u at 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 at eth1"
+ "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "5u at eth1"
;;
dsl-274xb-c |\
More information about the lede-commits
mailing list