openwrtv3/target/linux/realview/base-files/etc/board.d/02_network
Jo-Philipp Wich adbe47380e realview: switch from uci-defaults to board.d
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 47739
2015-12-03 23:07:30 +00:00

7 lines
127 B
Bash
Executable file

#!/bin/sh
. /lib/functions/uci-defaults-new.sh
board_config_update
ucidef_set_interface_lan "eth0" "dhcp"
board_config_flush