projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025e948
)
bring up loopback by default
author
Mike Baker
<mbm@openwrt.org>
Fri, 15 Sep 2006 22:25:03 +0000
(22:25 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Fri, 15 Sep 2006 22:25:03 +0000
(22:25 +0000)
SVN-Revision: 4793
openwrt/package/base-files/default/etc/config/network
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/default/etc/config/network
b/openwrt/package/base-files/default/etc/config/network
index 60c2da12c5cd2f41b82b4f6208a7d0a12f28b232..1d5ded3728d4ea616d802dd0e281e25101adf8a5 100644
(file)
--- 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