aboutsummaryrefslogtreecommitdiff
path: root/target/linux/pistachio/base-files/etc/board.d/02_network
blob: 35ae56394c4ac86215b81e73f7e03957ab8b13d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2017 OpenWrt.org

. /lib/functions/uci-defaults.sh

board_config_update

ucidef_set_interface_lan 'eth0' 'dhcp'

board_config_flush

exit 0