From a046ce235f5666e21aa2c7982483e670b3e0e886 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Wed, 15 Apr 2015 16:23:10 +0000 Subject: mvebu: better integrate 385-ap-db Signed-off-by: Luka Perkov SVN-Revision: 45452 --- target/linux/mvebu/base-files/lib/mvebu.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/linux/mvebu/base-files/lib') diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh index 3d50196bff..6182d7af60 100755 --- a/target/linux/mvebu/base-files/lib/mvebu.sh +++ b/target/linux/mvebu/base-files/lib/mvebu.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013 OpenWrt.org +# Copyright (C) 2013-2015 OpenWrt.org # MVEBU_BOARD_NAME= @@ -34,6 +34,9 @@ mvebu_board_detect() { *"Linksys WRT1900AC") name="armada-xp-linksys-mamba" ;; + *"Marvell Armada 385 Access Point Development Board") + name="armada-385-db-ap" + ;; esac [ -z "$name" ] && name="unknown" -- cgit v1.2.3