# interface file auto-generated by buildroot

auto lo
iface lo inet loopback


#eth0 dhcp config example
auto eth0
iface eth0 inet dhcp
  udhcpc_opts -b
  pre-up /etc/network/nfs_check
  wait-delay 15


#eth0 static ipv4  config example
#auto eth0
#iface eth0 inet static
#  address 10.100.232.150
#  netmask 255.255.255.0
#  gateway 10.100.232.254


#auto eth0
#iface eth0 inet6 auto