238dd2793956c72100cb081088f9a00c84c954bc
[openwrt/openwrt.git] / target / linux / bmips / generic / base-files / etc / board.d / 02_network
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 . /lib/functions/uci-defaults.sh
4
5 board_config_update
6
7 case "$(board_name)" in
8 comtrend,ar-5315u |\
9 comtrend,ar-5387un |\
10 comtrend,vr-3025u)
11 ucidef_set_bridge_device switch
12 ucidef_set_interface_lan "lan1 lan2 lan3 lan4"
13 ;;
14 esac
15
16 board_config_flush
17
18 exit 0