projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
change 'ifnames' to 'ifname' in network config, fix #697
[openwrt.git]
/
package
/
base-files
/
x86-2.6
/
etc
/
config
/
network
diff --git
a/package/base-files/x86-2.6/etc/config/network
b/package/base-files/x86-2.6/etc/config/network
index
9f521c0
..
f1ed977
100644
(file)
--- a/
package/base-files/x86-2.6/etc/config/network
+++ b/
package/base-files/x86-2.6/etc/config/network
@@
-2,7
+2,7
@@
config interface lan
option type bridge
- option ifname
s
"eth1 eth2"
+ option ifname
"eth1 eth2"
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
This page took
0.02209 seconds
and
4
git commands to generate.