parent
42e453a2e3
commit
2eebf6e0bd
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ start() {
|
||||||
c["vlan0ports"] = ""
|
c["vlan0ports"] = ""
|
||||||
c["vlan1ports"] = ""
|
c["vlan1ports"] = ""
|
||||||
}
|
}
|
||||||
if (model == "ASUS WL-500g") {
|
if ((model == "ASUS WL-500g") || (model == "Microsoft MN-700")) {
|
||||||
c["wan_ifname"] = "eth1"
|
c["wan_ifname"] = "eth1"
|
||||||
c["lan_ifname"] = "eth0"
|
c["lan_ifname"] = "eth0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue