1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

brcm47xx: Additional BCM4716 support

Additional BCM4716 support.  Still needs working ethernet driver.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34672 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2012-12-13 18:57:38 +00:00
parent 8504a15caf
commit 1c8f268ae1
2 changed files with 8 additions and 0 deletions

View File

@@ -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")) {