1#!/bin/sh
2#
3# Copyright (C) 2015 OpenWrt.org
4#
5
6. /lib/functions/uci-defaults.sh
7
8board_config_update
9ucidef_set_interface_lan "eth0"
10board_config_flush
11
12exit 0
13