. /lib/functions/uci-defaults.sh

board=$(board_name)

board_config_update

case "$board" in
technexion,imx7d-pico-pi)
	ucidef_set_interface_lan "eth0"
	;;
*)
	ucidef_set_interfaces_lan_wan "eth0" "eth1"
	;;
esac

board_config_flush

exit 0
