From: Roman Yeryomin <roman@advem.lv>
Date: Sun, 17 Sep 2017 18:33:20 +0000 (+0300)
Subject: rb532: set lan interface type to brigde
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c4354797f7137dd4070190ed40e6054ce1a07956;p=openwrt%2Fstaging%2Fnbd.git

rb532: set lan interface type to brigde

Signed-off-by: Roman Yeryomin <roman@advem.lv>
---

diff --git a/target/linux/rb532/base-files/etc/config/network b/target/linux/rb532/base-files/etc/config/network
index 75a14a7308..c689d63278 100644
--- 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