realview: switch from uci-defaults to board.d
[openwrt/staging/wigyori.git] / target / linux / realview / base-files / etc / board.d / 02_network
1 #!/bin/sh
2
3 . /lib/functions/uci-defaults-new.sh
4
5 board_config_update
6 ucidef_set_interface_lan "eth0" "dhcp"
7 board_config_flush