fix vlan configuration on Dell TrueMobile 2300

SVN-Revision: 9015
owl
Gabor Juhos 2007-09-25 08:34:30 +00:00
parent a7bbfed7a2
commit a3c80a1e6e
1 changed files with 9 additions and 5 deletions

View File

@ -61,6 +61,10 @@ start() {
c["wan_ifname"] = "eth1" c["wan_ifname"] = "eth1"
c["lan_ifname"] = "eth0" c["lan_ifname"] = "eth0"
} }
if (model == "Dell TrueMobile 2300") {
c["vlan0ports"] = "0 1 2 3 5*"
c["vlan1ports"] = "4 5"
}
if (nvram["boardtype"] == "bcm94710r4") { if (nvram["boardtype"] == "bcm94710r4") {
# Toshiba WRC-1000 # Toshiba WRC-1000
c["lan_ifname"] = "eth0" c["lan_ifname"] = "eth0"