[package] iwinfo: factor txpower offset into info display output, recompile if driver...
[openwrt.git] / target / linux / ar7 / base-files / etc / config / network
index 16efdac..9ba0e6d 100644 (file)
@@ -7,12 +7,12 @@ config interface loopback
        option netmask  255.0.0.0
 
 config interface lan
        option netmask  255.0.0.0
 
 config interface lan
-       option ifname   eth0
+       option type     bridge
+       option ifname   "eth0 eth1"
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
        option proto    static
        option ipaddr   192.168.1.1
        option netmask  255.255.255.0
-
-
+       option nat      1
 
 ## Example for ATM bridging.
 ## Useful for PPPoE or IP over ATM. Will create 'nas${unit}'
 
 ## Example for ATM bridging.
 ## Useful for PPPoE or IP over ATM. Will create 'nas${unit}'
This page took 0.024353 seconds and 4 git commands to generate.