blob: e6656be0a66e951db66ca459bd1c6088f1406388 [file] [log] [blame]
# Disable DHCPv4 and use static address
CONFIG_NET_DHCPV4=n
# Use local DNS server on host
CONFIG_DNS_SERVER1="192.0.2.2"
# Configure static addresses
CONFIG_NET_CONFIG_MY_IPV4_ADDR="192.0.2.1"
CONFIG_NET_CONFIG_MY_IPV4_GW="192.0.2.2"