brcm63xx: Add Comtrend AR-5315u support
Add support for the Comtrend AR-5315u router This a BCM6318 based board, 64 MB RAM, 16 MB SPI flash, with an onboard BCM43217 wifi, 4 ethernet ports and 1 USB host port Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> [jonas.gorski: refreshed patch] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
committed by
Jonas Gorski
parent
6c9e2d4a68
commit
c7b4b4cee2
@@ -357,6 +357,19 @@ endef
|
||||
TARGET_DEVICES += BTV2500V
|
||||
|
||||
### Comtrend ###
|
||||
define Device/AR5315u
|
||||
$(Device/bcm63xx)
|
||||
IMAGES += sysupgrade.bin
|
||||
DEVICE_TITLE := Comtrend AR-5315u
|
||||
DEVICE_DTS := ar-5315u
|
||||
CFE_BOARD_ID := 96318A-1441N1
|
||||
CFE_CHIP_ID := 6318
|
||||
FLASH_MB := 16
|
||||
DEVICE_PACKAGES := \
|
||||
$(B43_PACKAGES) $(USB2_PACKAGES)
|
||||
endef
|
||||
TARGET_DEVICES += AR5315u
|
||||
|
||||
define Device/AR5381u
|
||||
$(Device/bcm63xx)
|
||||
IMAGES += sysupgrade.bin
|
||||
|
||||
Reference in New Issue
Block a user