[brcm-2.4] add support for OvisLink WL-1600GL
[openwrt-10.03/.git] / target / linux / brcm-2.4 / base-files / etc / init.d / netconfig
index d63f17b124e0b35309f0956278c4c31eb47bf3d8..d1e45e5bb87a3b31a13ff652485d606a9df3f649 100755 (executable)
@@ -207,6 +207,12 @@ start() {
                        c["vlan0ports"] = "0 1 2 3 4 5u"
                        c["vlan1ports"] = ""
                }
+               if (model == "OvisLink WL-1600GL") {
+                       c["lan_ifname"] = "eth0.0"
+                       c["wan_ifname"] = "eth0.1"
+                       c["vlan0ports"] = "0 1 2 3 5*"
+                       c["vlan1ports"] = "4 5"
+               }
 
                if (c["vlan0ports"] || c["vlan1ports"]) {
                        print "#### VLAN configuration "