aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/base-files/lib/mvebu.sh
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-04-16 13:53:57 +0000
committerLuka Perkov <luka@openwrt.org>2015-04-16 13:53:57 +0000
commit1d682d38f833cba62eaca9ec7a45f39cb92c6646 (patch)
tree2b42db2d6c278f0a89d7f57ac534639176a8c626 /target/linux/mvebu/base-files/lib/mvebu.sh
parent8331de537d3a3b1e50d1fbd8f8bae846d02aefcd (diff)
downloadupstream-1d682d38f833cba62eaca9ec7a45f39cb92c6646.tar.gz
upstream-1d682d38f833cba62eaca9ec7a45f39cb92c6646.tar.bz2
upstream-1d682d38f833cba62eaca9ec7a45f39cb92c6646.zip
mvebu: better integrate xp-gp
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45459 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/base-files/lib/mvebu.sh')
-rwxr-xr-xtarget/linux/mvebu/base-files/lib/mvebu.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh
index ac6d148476..3edfa6bbb4 100755
--- a/target/linux/mvebu/base-files/lib/mvebu.sh
+++ b/target/linux/mvebu/base-files/lib/mvebu.sh
@@ -43,6 +43,9 @@ mvebu_board_detect() {
*"Marvell Armada 385 Access Point Development Board")
name="armada-385-db-ap"
;;
+ *"Marvell Armada XP Development Board DB-MV784MP-GP")
+ name="armada-xp-gp"
+ ;;
esac
[ -z "$name" ] && name="unknown"