octeontx: add support for OCTEON TX target
[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 . ./lib/octeontx.sh
8
9 board=$(octeontx_board_name)
10
11 board_config_update
12
13 case "$board" in
14 esac
15
16 board_config_flush
17
18 exit 0