X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Frb532-2.6%2Fetc%2Fconfig%2Fnetwork;h=82796905741150ab33f492e33d76cf64b04be3a7;hb=0d67238dc68a0d410c484064e2eccb1808df94ac;hp=2bb48b886391bddee1befab5eb8a1a3e19ad9f08;hpb=ed5ef674d100ca0ffa8bc00160718f69af5515c3;p=openwrt-10.03%2F.git diff --git a/package/base-files/rb532-2.6/etc/config/network b/package/base-files/rb532-2.6/etc/config/network index 2bb48b886..827969057 100644 --- a/package/base-files/rb532-2.6/etc/config/network +++ b/package/base-files/rb532-2.6/etc/config/network @@ -1,6 +1,12 @@ -# Network configuration file # Copyright (C) 2006 OpenWrt.org -## LAN configuration -lan_ifname="eth0" -lan_proto="dhcp" +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 +