aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2016-06-24 15:03:48 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 15:03:48 +0200
commit1ea639b8d081bf7ace93e1c4e130615d1684ad5e (patch)
treeef09d9a4c6ddacfdf93430cbe8502300f471fbaf /target/linux/lantiq/base-files/etc/board.d/02_network
parentf2b0bc17b23cc010548492bcbcca99821f35a9ad (diff)
downloadmaster-187ad058-1ea639b8d081bf7ace93e1c4e130615d1684ad5e.tar.gz
master-187ad058-1ea639b8d081bf7ace93e1c4e130615d1684ad5e.tar.bz2
master-187ad058-1ea639b8d081bf7ace93e1c4e130615d1684ad5e.zip
lantiq: VGV7519 update bomb
lantiq: VGV7519 - remove/merge redundant parts in dts lantiq: VGV7519 - cleanup pinmux configuration lantiq: VGV7519 - add second usb port lantiq: VGV7519 - add vlan support lantiq: VGV7519 - get mac address from board_config partition lantiq: VGV7519 - fix brn partition layout Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'target/linux/lantiq/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/board.d/02_network3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network
index 4166df0d8e..9d4be58378 100755
--- a/target/linux/lantiq/base-files/etc/board.d/02_network
+++ b/target/linux/lantiq/base-files/etc/board.d/02_network
@@ -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)