diff options
author | Luka Perkov <luka@openwrt.org> | 2015-04-15 16:23:10 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-04-15 16:23:10 +0000 |
commit | a046ce235f5666e21aa2c7982483e670b3e0e886 (patch) | |
tree | 2a9069ccfc3abcf36fc3e772f7175d8dd683cc9b /target/linux/mvebu/base-files/lib | |
parent | 147e005fcf4b5964f61b9e00785ea41c90a90768 (diff) | |
download | upstream-a046ce235f5666e21aa2c7982483e670b3e0e886.tar.gz upstream-a046ce235f5666e21aa2c7982483e670b3e0e886.tar.bz2 upstream-a046ce235f5666e21aa2c7982483e670b3e0e886.zip |
mvebu: better integrate 385-ap-db
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45452
Diffstat (limited to 'target/linux/mvebu/base-files/lib')
-rwxr-xr-x | target/linux/mvebu/base-files/lib/mvebu.sh | 5 |
1 files changed, 4 insertions, 1 deletions
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" |