projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change httpd realm to match the hostname (#932)
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
config
/
network
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
This page took
0.04567 seconds
and
4
git commands to generate.