2
0
forked from Ivasoft/openwrt

lantiq: VGV7519 - add vlan support

Add the lantiq,switch property to enable vlans and setup them up.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin
2016-05-26 23:08:22 +02:00
committed by John Crispin
parent 1deab53d88
commit 1e395608cc
2 changed files with 3 additions and 1 deletions

View File

@@ -130,7 +130,8 @@ BTHOMEHUBV5A)
VGV7519)
lan_mac=$(mtd_get_mac_binary board_config 22)
wan_mac=$(macaddr_add "$lan_mac" 1)
ucidef_set_interface_lan 'eth0'
ucidef_add_switch "switch0" \
"4:lan:1" "2:lan:2" "1:lan:3" "0:lan:4" "6t@eth0"
;;
VGV7510KW22)