openwrtv3/target/linux/ps3/petitboot/base-files/etc/config/network
Jo-Philipp Wich d558632955 remove preconfig variables
SVN-Revision: 31256
2012-04-12 09:43:41 +00:00

11 lines
216 B
Text

# Copyright (C) 2006-2012 OpenWrt.org
config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option ifname eth0
option proto dhcp