aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/base-files/lib/mvebu.sh
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-10-08 10:02:10 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-10-08 10:02:10 +0000
commite1c362b60c45ec71295dbb64da3d743a50f4253c (patch)
tree67b8291767d130d7b8eb2fbe1baf23691917618b /target/linux/mvebu/base-files/lib/mvebu.sh
parent90fb91db82e9d1b6368c4d4d74d644a579e13af9 (diff)
downloadupstream-e1c362b60c45ec71295dbb64da3d743a50f4253c.tar.gz
upstream-e1c362b60c45ec71295dbb64da3d743a50f4253c.tar.bz2
upstream-e1c362b60c45ec71295dbb64da3d743a50f4253c.zip
mvebu: add support for the Linksys WRT1900ACS (Shelby)
Backport of r47164. Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47165 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 3edfa6bbb4..09ebff3edc 100755
--- a/target/linux/mvebu/base-files/lib/mvebu.sh
+++ b/target/linux/mvebu/base-files/lib/mvebu.sh
@@ -40,6 +40,9 @@ mvebu_board_detect() {
*"Linksys WRT1900ACv2")
name="armada-385-linksys-cobra"
;;
+ *"Linksys WRT1900ACS")
+ name="armada-385-linksys-shelby"
+ ;;
*"Marvell Armada 385 Access Point Development Board")
name="armada-385-db-ap"
;;