. /lib/functions/uci-defaults.sh

board=$(board_name)

board_config_update

case "$board" in
*)
	ucidef_set_interfaces_lan_wan "eth0" "eth1"
	;;
esac

board_config_flush

exit 0
