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