From 2eebf6e0bdf5d313ed91fb772ce810d2c24fc669 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Fri, 26 Feb 2010 01:34:39 +0000 Subject: add support for the MN-700 platform, closes #2575 SVN-Revision: 19863 --- target/linux/brcm-2.4/base-files/etc/init.d/netconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm-2.4') diff --git a/target/linux/brcm-2.4/base-files/etc/init.d/netconfig b/target/linux/brcm-2.4/base-files/etc/init.d/netconfig index d1e45e5bb8..435288fa80 100755 --- a/target/linux/brcm-2.4/base-files/etc/init.d/netconfig +++ b/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" } -- cgit v1.2.3