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