mediatek: split base-files into subtargets
[openwrt/staging/stintel.git] / target / linux / mediatek / mt7622 / base-files / etc / board.d / 02_network
1 #!/bin/sh
2
3 . /lib/functions.sh
4 . /lib/functions/uci-defaults.sh
5 . /lib/functions/system.sh
6
7 mediatek_setup_interfaces()
8 {
9 local board="$1"
10
11 case $board in
12 esac
13 }
14
15 mediatek_setup_macs()
16 {
17 local board="$1"
18
19 case $board in
20 esac
21 }
22
23 board_config_update
24 board=$(board_name)
25 mediatek_setup_interfaces $board
26 mediatek_setup_macs $board
27 board_config_flush
28
29 exit 0