projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9173c51
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4793
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/default/etc/config/network
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/config/network
b/package/base-files/default/etc/config/network
index
60c2da1
..
1d5ded3
100644
(file)
--- a/
package/base-files/default/etc/config/network
+++ b/
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