aboutsummaryrefslogtreecommitdiff
path: root/target/linux/bmips/bcm6318/base-files/etc/board.d/02_network
blob: 92b2e8f4d4067a6735a761dd9bbb9cc7ab8ec696 (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,ar-5315u)
	ucidef_set_bridge_device switch
	ucidef_set_interface_lan "lan1 lan2 lan3 lan4"
	;;
esac

board_config_flush

exit 0