summaryrefslogtreecommitdiff
path: root/target/linux/pistachio/base-files/etc/board.d/02_network
blob: e7e0a9a930ef1b433fd309fd1a24fea49de6aea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
# Copyright (C) 2017 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

. /lib/functions/uci-defaults.sh


board_config_update

ucidef_set_interface_lan 'eth0' 'dhcp'

board_config_flush

exit 0