add support for the MN-700 platform, closes #2575

SVN-Revision: 19863
master
Travis Kemen 15 years ago
parent 42e453a2e3
commit 2eebf6e0bd
  1. 2
      target/linux/brcm-2.4/base-files/etc/init.d/netconfig

@ -107,7 +107,7 @@ start() {
c["vlan0ports"] = ""
c["vlan1ports"] = ""
}
if (model == "ASUS WL-500g") {
if ((model == "ASUS WL-500g") || (model == "Microsoft MN-700")) {
c["wan_ifname"] = "eth1"
c["lan_ifname"] = "eth0"
}

Loading…
Cancel
Save