X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Fxscale-2.6%2Fetc%2Fconfig%2Fnetwork;fp=package%2Fbase-files%2Fxscale-2.6%2Fetc%2Fconfig%2Fnetwork;h=aadd4aa8ed033a8ea679af8682955cd41457fff9;hb=c4f3575368c5aeef4134d82125df2814d688cc2a;hp=2bb48b886391bddee1befab5eb8a1a3e19ad9f08;hpb=31d94a76a79ef8c973fb75ee17713593bfb7ebbd;p=openwrt-10.03%2F.git diff --git a/package/base-files/xscale-2.6/etc/config/network b/package/base-files/xscale-2.6/etc/config/network index 2bb48b886..aadd4aa8e 100644 --- a/package/base-files/xscale-2.6/etc/config/network +++ b/package/base-files/xscale-2.6/etc/config/network @@ -1,6 +1,5 @@ # Network configuration file -# Copyright (C) 2006 OpenWrt.org -## LAN configuration -lan_ifname="eth0" -lan_proto="dhcp" +config interface lan + option ifname eth0 + option proto dhcp