a447923f427a1526360e0eeb8906636aabd4b4a2
[openwrt/svn-archive/archive.git] / target / linux / mcs814x / base-files / etc / board.d / 02_network
1 #!/bin/sh
2 #
3 # Copyright (C) 2015 OpenWrt.org
4 #
5
6 . /lib/functions/uci-defaults-new.sh
7
8 board_config_update
9 ucidef_set_interface_lan "eth0"
10 board_config_flush
11
12 exit 0