diff options
author | Travis Kemen <thepeople@openwrt.org> | 2010-02-26 01:34:39 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2010-02-26 01:34:39 +0000 |
commit | 2eebf6e0bdf5d313ed91fb772ce810d2c24fc669 (patch) | |
tree | c6eb6f329474dec5b925e2d689e935f3258b1915 | |
parent | 42e453a2e3c7294e05675bf4f1d5fc84fe0b3f1c (diff) | |
download | master-31e0f0ae-2eebf6e0bdf5d313ed91fb772ce810d2c24fc669.tar.gz master-31e0f0ae-2eebf6e0bdf5d313ed91fb772ce810d2c24fc669.tar.bz2 master-31e0f0ae-2eebf6e0bdf5d313ed91fb772ce810d2c24fc669.zip |
add support for the MN-700 platform, closes #2575
SVN-Revision: 19863
-rwxr-xr-x | target/linux/brcm-2.4/base-files/etc/init.d/netconfig | 2 |
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" } |