3a1058402ef2d71bac9d8b2edc0d5ef238a6eee4
[openwrt/staging/wigyori.git] / target / linux / oxnas / base-files / etc / board.d / 02_network
1 #!/bin/sh
2
3 . /lib/functions/uci-defaults-new.sh
4 . /lib/functions/system.sh
5
6 board_config_update
7
8 ucidef_set_interface_lan "eth0"
9
10 board_config_flush
11
12 exit 0