mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-30 18:14:04 +02:00
add support for the MN-700 platform, closes #2575
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19863 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0d6701800b
commit
d60b20b806
@ -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 New Issue
Block a user