From e5dd724cd3d29c9ce6512f54531d061d93b1d96a Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Fri, 15 Sep 2006 22:25:03 +0000 Subject: [PATCH] bring up loopback by default SVN-Revision: 4793 --- openwrt/package/base-files/default/etc/config/network | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.30.2