summaryrefslogtreecommitdiffstats
path: root/package/base-files/au1000-2.6/etc/config/network
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-27 11:11:55 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-08-27 11:11:55 +0000
commit465de48141a686fc4915fa816a24b976fa00a5bd (patch)
tree1214bf14d4fd428e3f8eca52a1dce8fa03626fb1 /package/base-files/au1000-2.6/etc/config/network
parentf7d68e0a92d2978712aa6ebf610a300f5818948a (diff)
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
Diffstat (limited to 'package/base-files/au1000-2.6/etc/config/network')
-rw-r--r--package/base-files/au1000-2.6/etc/config/network6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/base-files/au1000-2.6/etc/config/network b/package/base-files/au1000-2.6/etc/config/network
index 448ab7c9d..9b65652f0 100644
--- a/package/base-files/au1000-2.6/etc/config/network
+++ b/package/base-files/au1000-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 "eth0 ath0"