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