aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/rb532-2.6/etc/config/network
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/rb532-2.6/etc/config/network')
-rw-r--r--package/base-files/rb532-2.6/etc/config/network6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/base-files/rb532-2.6/etc/config/network b/package/base-files/rb532-2.6/etc/config/network
index 6f089fe992..8279690574 100644
--- a/package/base-files/rb532-2.6/etc/config/network
+++ b/package/base-files/rb532-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 ifname eth0
option proto dhcp