fix vlan configuration on Dell TrueMobile 2300
SVN-Revision: 9015
This commit is contained in:
parent
a7bbfed7a2
commit
a3c80a1e6e
@ -61,6 +61,10 @@ start() {
|
||||
c["wan_ifname"] = "eth1"
|
||||
c["lan_ifname"] = "eth0"
|
||||
}
|
||||
if (model == "Dell TrueMobile 2300") {
|
||||
c["vlan0ports"] = "0 1 2 3 5*"
|
||||
c["vlan1ports"] = "4 5"
|
||||
}
|
||||
if (nvram["boardtype"] == "bcm94710r4") {
|
||||
# Toshiba WRC-1000
|
||||
c["lan_ifname"] = "eth0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user