aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2010-02-26 01:34:39 +0000
committerTravis Kemen <thepeople@openwrt.org>2010-02-26 01:34:39 +0000
commit2eebf6e0bdf5d313ed91fb772ce810d2c24fc669 (patch)
treec6eb6f329474dec5b925e2d689e935f3258b1915 /target/linux/brcm-2.4
parent42e453a2e3c7294e05675bf4f1d5fc84fe0b3f1c (diff)
downloadupstream-2eebf6e0bdf5d313ed91fb772ce810d2c24fc669.tar.gz
upstream-2eebf6e0bdf5d313ed91fb772ce810d2c24fc669.tar.bz2
upstream-2eebf6e0bdf5d313ed91fb772ce810d2c24fc669.zip
add support for the MN-700 platform, closes #2575
SVN-Revision: 19863
Diffstat (limited to 'target/linux/brcm-2.4')
-rwxr-xr-xtarget/linux/brcm-2.4/base-files/etc/init.d/netconfig2
1 files changed, 1 insertions, 1 deletions
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"
}