projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87d3b3b
)
rb532: set lan interface type to brigde
author
Roman Yeryomin
<roman@advem.lv>
Sun, 17 Sep 2017 18:33:20 +0000
(21:33 +0300)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Mon, 18 Sep 2017 12:20:41 +0000
(15:20 +0300)
Signed-off-by: Roman Yeryomin <roman@advem.lv>
target/linux/rb532/base-files/etc/config/network
patch
|
blob
|
history
diff --git
a/target/linux/rb532/base-files/etc/config/network
b/target/linux/rb532/base-files/etc/config/network
index 75a14a7308ea6c2e19e811c805108f59292990ac..c689d63278425d19e9f2782aa156bd408a44157d 100644
(file)
--- a/
target/linux/rb532/base-files/etc/config/network
+++ b/
target/linux/rb532/base-files/etc/config/network
@@
-11,6
+11,7
@@
config interface wan
option proto dhcp
config interface lan
+ option type bridge
option ifname eth2
option proto static
option ipaddr 192.168.1.1