Ver código fonte

rb532: set lan interface type to brigde

Signed-off-by: Roman Yeryomin <[email protected]>
Roman Yeryomin 8 anos atrás
pai
commit
c4354797f7
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      target/linux/rb532/base-files/etc/config/network

+ 1 - 0
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