sifiveu: add new target for SiFive U-based boards
[openwrt/staging/nbd.git] / target / linux / sifiveu / base-files / etc / board.d / 02_network
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2022 OpenWrt.org
4 #
5
6 . /lib/functions/uci-defaults.sh
7
8 board_config_update
9
10 case "$(board_name)" in
11 *)
12 ucidef_set_interface_lan 'eth0'
13 ;;
14 esac
15
16 board_config_flush
17
18 exit 0