projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[ar7] include second ethernet interface in bridge after r20022
[openwrt.git]
/
target
/
linux
/
ar7
/
base-files
/
etc
/
config
/
network
diff --git
a/target/linux/ar7/base-files/etc/config/network
b/target/linux/ar7/base-files/etc/config/network
index
88ddee0
..
9ba0e6d
100644
(file)
--- a/
target/linux/ar7/base-files/etc/config/network
+++ b/
target/linux/ar7/base-files/etc/config/network
@@
-8,7
+8,7
@@
config interface loopback
config interface lan
option type bridge
- option ifname
eth0
+ option ifname
"eth0 eth1"
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
This page took
0.020095 seconds
and
4
git commands to generate.