Add support for the WL-500gP v2

SVN-Revision: 10693
This commit is contained in:
Andy Boyett
2008-03-31 08:04:56 +00:00
parent e229b1b849
commit c15de3860c
3 changed files with 19 additions and 1 deletions

View File

@@ -61,6 +61,11 @@ start() {
c["wan_ifname"] = "eth1"
c["lan_ifname"] = "eth0"
}
if (model == "ASUS WL-500g Premium V2") {
c["vlan0ports"] = "0 1 2 3 5*"
c["vlan1ports"] = "4 5"
}
if (model == "Dell TrueMobile 2300") {
c["vlan0ports"] = "0 1 2 3 5*"
c["vlan1ports"] = "4 5"