aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/aruba-2.6/etc
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-27 11:11:55 +0000
committerMike Baker <mbm@openwrt.org>2006-08-27 11:11:55 +0000
commitbaef996bf0625f08654c76a7b0a0494cb1d83654 (patch)
tree1214bf14d4fd428e3f8eca52a1dce8fa03626fb1 /package/base-files/aruba-2.6/etc
parentb22c99747f922dbcf9ffdeb197b4c1140566b3de (diff)
downloadmaster-187ad058-baef996bf0625f08654c76a7b0a0494cb1d83654.tar.gz
master-187ad058-baef996bf0625f08654c76a7b0a0494cb1d83654.tar.bz2
master-187ad058-baef996bf0625f08654c76a7b0a0494cb1d83654.zip
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/aruba-2.6/etc')
-rw-r--r--package/base-files/aruba-2.6/etc/config/network6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/base-files/aruba-2.6/etc/config/network b/package/base-files/aruba-2.6/etc/config/network
index aadd4aa8ed..1d9b55b2d3 100644
--- a/package/base-files/aruba-2.6/etc/config/network
+++ b/package/base-files/aruba-2.6/etc/config/network
@@ -1,5 +1,11 @@
# Network configuration file
+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