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