rb532: set lan interface type to brigde
[openwrt/openwrt.git] / target / linux / rb532 / base-files / etc / config / network
index 75a14a7308ea6c2e19e811c805108f59292990ac..c689d63278425d19e9f2782aa156bd408a44157d 100644 (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