brcm47xx: Additional BCM4716 support
[librecmc/librecmc.git] / target / linux / brcm47xx / base-files / etc / init.d / netconfig
index fb41ddd7c532e347913ef3a3b9927d2ae8e89ebf..b4840c2c41922c73ecc80aefddbf343290449a35 100755 (executable)
@@ -165,6 +165,12 @@ start() {
                        c["vlan1ports"] = "0 8"
                }
 
+               # generic broadcom 4716 processor with 53115 switch
+               if (nvram["boardtype"] == "0x04cf") {
+                       c["vlan0ports"] = "1 2 3 4 8*"
+                       c["vlan1ports"] = "0 8"
+               }
+
                # WAP54G
                if ((nvram["boardnum"] == "2") || \
                        (nvram["boardnum"] == "1024")) {