treewide: remove execute bit and shebang from board.d files
[openwrt/staging/rmilecki.git] / target / linux / mxs / base-files / etc / board.d / 02_network
1 # Copyright (C) 2013-2015 OpenWrt.org
2
3 . /lib/functions/uci-defaults.sh
4
5 board_config_update
6
7 board=$(board_name)
8
9 case "$board" in
10 *)
11 ucidef_set_interface_lan 'eth0'
12 ;;
13 esac
14
15 board_config_flush
16
17 exit 0