add WRT300N v1.1 support (patch from #6379)
[openwrt/svn-archive/archive.git] / target / linux / brcm-2.4 / base-files / etc / init.d / netconfig
index 638f664bef322ceffc4ad278d294d08e06f55462..d63f17b124e0b35309f0956278c4c31eb47bf3d8 100755 (executable)
@@ -164,8 +164,10 @@ start() {
                        c["lan_ifname"] = "eth0"
                        c["wan_ifname"] = "eth1"
                }
-               if (nvram["boardtype"] == "0x478") {
-                       # generic broadcom 4785 processor with 5397 switch?
+               # generic broadcom 4705/4785 processor with 5397 switch?
+               #  EXCEPT Linksys WRT300N V1.1
+               if ((nvram["boardtype"] == "0x478") && \
+                   (model != "Linksys WRT300N V1.1")) {
                        c["vlan0ports"] = "1 2 3 4 8*"
                        c["vlan1ports"] = "0 8"
                }