target: add pistachio
[openwrt/staging/mkresin.git] / target / linux / pistachio / base-files / etc / board.d / 02_network
1 #!/bin/sh
2 #
3 # Copyright (C) 2017 OpenWrt.org
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8
9 . /lib/functions/uci-defaults.sh
10
11
12 board_config_update
13
14 ucidef_set_interface_lan 'eth0' 'dhcp'
15
16 board_config_flush
17
18 exit 0