mvebu: add support for the Linksys WRT3200ACM (Rango)

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Imre Kaloz
2016-10-13 12:52:20 +02:00
committed by Felix Fietkau
parent 5da412bf80
commit 3764caa934
12 changed files with 496 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
#
# Copyright (C) 2013-2015 OpenWrt.org
# Copyright (C) 2016 LEDE-Project.org
#
MVEBU_BOARD_NAME=
@@ -43,6 +44,9 @@ mvebu_board_detect() {
*"Linksys WRT1900ACS")
name="armada-385-linksys-shelby"
;;
*"Linksys WRT3200ACM")
name="armada-385-linksys-rango"
;;
*"Marvell Armada 385 Access Point Development Board")
name="armada-385-db-ap"
;;