projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef4e61
)
bridge the lan interface by default
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 May 2007 20:33:53 +0000
(20:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 26 May 2007 20:33:53 +0000
(20:33 +0000)
SVN-Revision: 7349
package/base-files/files/etc/config/network
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/config/network
b/package/base-files/files/etc/config/network
index 1d5ded3728d4ea616d802dd0e281e25101adf8a5..a35fd2ef9a1532a1fa7f8b3d53e83ca25ff620ca 100644
(file)
--- a/
package/base-files/files/etc/config/network
+++ b/
package/base-files/files/etc/config/network
@@
-8,6
+8,7
@@
config interface loopback
config interface lan
option ifname eth0
+ option type bridge
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0