# Wind River Linux Example Network Configuration
#
# Notes:
# - Remember to run "chkconfig network on"
# - Don't use this if the root filesystem depends on eth0

DEVICE=eth0

## DHCP Example
#BOOTPROTO=dhcp

## BOOTP Example
#BOOTPROTO=bootp

## Static Example
#IPADDR=10.0.0.1
#NETMASK=255.255.255.0
