1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 19:21:50 +02:00
openwrt/package/base-files/xscale-2.6/etc/config/network

12 lines
207 B
Plaintext
Raw Normal View History

2006-01-12 20:10:07 +01:00
# Network configuration file
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