openwrtv3/target/linux/realview/base-files/etc/board.d/02_network

8 lines
127 B
Text
Raw Normal View History

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