rb532: set lan interface type to brigde

Signed-off-by: Roman Yeryomin <roman@advem.lv>
This commit is contained in:
Roman Yeryomin 2017-09-17 21:33:20 +03:00 committed by Stijn Tintel
parent 87d3b3b5ff
commit c4354797f7

View File

@ -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