summaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/bcm6368/base-files/etc/board.d/02_network
blob: 14d6e56dd1cf1ffe3c279854f92ec99362d60ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0-or-later

. /lib/functions/uci-defaults.sh

board_config_update

case "$(board_name)" in
comtrend,vr-3025u)
	ucidef_set_bridge_device switch
	ucidef_set_interface_lan "lan1 lan2 lan3 lan4"
	;;
esac

board_config_flush

exit 0