rb532: add wan interface
[openwrt/svn-archive/archive.git] / target / linux / rb532 / base-files / etc / config / network
index 3a8c8f30b3aaa9d557f11d076a7547739c40c0f6..11537993c862055ff748a48d1c0bc0c7779fe5d4 100644 (file)
@@ -6,6 +6,10 @@ config interface loopback
        option ipaddr   127.0.0.1
        option netmask  255.0.0.0
 
+config interface wan
+       option ifname   eth0
+       option proto    dhcp
+
 config interface lan
        option ifname   eth2
        option proto    static