add support for OvisLink WL-1600GL

SVN-Revision: 19262
This commit is contained in:
Jo-Philipp Wich
2010-01-21 23:48:23 +00:00
parent 64016fb476
commit 0cde46b3e7
4 changed files with 35 additions and 1 deletions

View File

@@ -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 "