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