From 6c8efbfdc08ad244e7e61dbdafe5c34977ffadbd Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Thu, 13 Dec 2012 18:57:38 +0000 Subject: brcm47xx: Additional BCM4716 support Additional BCM4716 support. Still needs working ethernet driver. Signed-off-by: Nathan Hintz SVN-Revision: 34672 --- target/linux/brcm47xx/base-files/etc/init.d/netconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/brcm47xx/base-files/etc') diff --git a/target/linux/brcm47xx/base-files/etc/init.d/netconfig b/target/linux/brcm47xx/base-files/etc/init.d/netconfig index fb41ddd..b4840c2 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")) { -- cgit v1.1