[LEDE-DEV] [PATCH 2/5] rb532: set lan interface type to brigde

Roman Yeryomin leroi.lists at gmail.com
Sun Sep 17 11:33:20 PDT 2017


Signed-off-by: Roman Yeryomin <roman at advem.lv>
---
 target/linux/rb532/base-files/etc/config/network | 1 +
 1 file changed, 1 insertion(+)

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




More information about the Lede-dev mailing list