add support for the MN-700 platform, closes #2575
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Feb 2010 01:34:39 +0000 (01:34 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 26 Feb 2010 01:34:39 +0000 (01:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19863 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm-2.4/base-files/etc/init.d/netconfig

index d1e45e5bb87a3b31a13ff652485d606a9df3f649..435288fa80480504c897370b7e17c025b08ab483 100755 (executable)
@@ -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"
                }