summaryrefslogtreecommitdiff
path: root/target/linux/mvebu/image
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2016-10-13 12:52:20 +0200
committerFelix Fietkau <nbd@nbd.name>2016-10-24 08:45:06 +0200
commit3764caa93478e3472df3128b79b6d0f6b0fb999c (patch)
tree3ddc2ed6f8a0eb6525ef0267042fd81bab749223 /target/linux/mvebu/image
parent5da412bf802f902bfa227157c457e41daa4558f8 (diff)
downloadmtk-20170518-3764caa93478e3472df3128b79b6d0f6b0fb999c.zip
mtk-20170518-3764caa93478e3472df3128b79b6d0f6b0fb999c.tar.gz
mtk-20170518-3764caa93478e3472df3128b79b6d0f6b0fb999c.tar.bz2
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>
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r--target/linux/mvebu/image/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index b0cc164..73c533a 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/target/linux/mvebu/image/Makefile
@@ -1,5 +1,6 @@
#
-# Copyright (C) 2012-2015 OpenWrt.org
+# Copyright (C) 2012-2016 OpenWrt.org
+# Copyright (C) 2016 LEDE-project.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -119,6 +120,13 @@ define Device/linksys-wrt1900acv2
endef
TARGET_DEVICES += linksys-wrt1900acv2
+define Device/linksys-wrt3200acm
+ $(call Device/linksys,WRT3200ACM (Rango))
+ $(Device/armada-385-linksys)
+ DEVICE_DTS := armada-385-linksys-rango
+endef
+TARGET_DEVICES += linksys-wrt3200acm
+
define Device/linksys-wrt1900acs
$(call Device/linksys,WRT1900ACS (Shelby))
$(Device/armada-385-linksys)