mxs: drop 6.1 support
[openwrt/openwrt.git] / target / linux / bmips / nand / 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,vr-3032u)
9 ucidef_set_bridge_device switch
10 ucidef_set_interface_lan "lan1 lan2 lan3 lan4"
11 ;;
12 netgear,dgnd3700-v2)
13 ucidef_set_bridge_device switch
14 ucidef_set_interface_lan "extsw"
15 ;;
16 esac
17
18 board_config_flush
19
20 exit 0