projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix minor typo & move loopback to network config
[openwrt.git]
/
package
/
base-files
/
aruba-2.6
/
etc
/
config
/
network
diff --git
a/package/base-files/aruba-2.6/etc/config/network
b/package/base-files/aruba-2.6/etc/config/network
index
aadd4aa
..
1d9b55b
100644
(file)
--- 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
This page took
0.024412 seconds
and
4
git commands to generate.