From: Mike Baker Date: Fri, 15 Sep 2006 22:25:03 +0000 (+0000) Subject: bring up loopback by default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2938c90b9ffbe20c1158527aec926c5b2cf77ccc;p=openwrt%2Fstaging%2Fwigyori.git bring up loopback by default SVN-Revision: 4793 --- diff --git a/openwrt/package/base-files/default/etc/config/network b/openwrt/package/base-files/default/etc/config/network index 60c2da12c5..1d5ded3728 100644 --- a/openwrt/package/base-files/default/etc/config/network +++ b/openwrt/package/base-files/default/etc/config/network @@ -1,3 +1,11 @@ +# Copyright (C) 2006 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 static