From baef996bf0625f08654c76a7b0a0494cb1d83654 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Sun, 27 Aug 2006 11:11:55 +0000 Subject: fix minor typo & move loopback to network config git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4683 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/x86-2.6/etc/config/network | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'package/base-files/x86-2.6/etc/config/network') diff --git a/package/base-files/x86-2.6/etc/config/network b/package/base-files/x86-2.6/etc/config/network index f1ed977450..68d8e4240e 100644 --- a/package/base-files/x86-2.6/etc/config/network +++ b/package/base-files/x86-2.6/etc/config/network @@ -1,5 +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 type bridge option ifname "eth1 eth2" -- cgit v1.2.3