diff options
Diffstat (limited to 'target/linux/brcm47xx/base-files/etc')
-rwxr-xr-x | target/linux/brcm47xx/base-files/etc/init.d/netconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/init.d/netconfig b/target/linux/brcm47xx/base-files/etc/init.d/netconfig index fb41ddd7c5..b4840c2c41 100755 --- a/target/linux/brcm47xx/base-files/etc/init.d/netconfig +++ b/target/linux/brcm47xx/base-files/etc/init.d/netconfig @@ -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")) { |