8de2c8c38d36d7bce1bea3c7de5da98d39355d3e
[openwrt/staging/rmilecki.git] / target / linux / pistachio / base-files / etc / board.d / 02_network
1 #!/bin/sh
2 # SPDX-License-Identifier: GPL-2.0-only
3 #
4 # Copyright (C) 2017 OpenWrt.org
5
6 . /lib/functions/uci-defaults.sh
7
8 board_config_update
9
10 ucidef_set_interface_lan 'eth0' 'dhcp'
11
12 board_config_flush
13
14 exit 0