From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 1 Aug 2015 15:13:10 +0000 (+0000)
Subject: ar71xx: fix mr3220 device profile (#19990)
X-Git-Tag: reboot~2345
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9c59b3035f0b3b3025eb025010e00375e783407c;p=openwrt%2Fopenwrt.git

ar71xx: fix mr3220 device profile (#19990)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 46541
---

diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index c2ebb8f0d3..78069b8d3d 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -465,7 +465,7 @@ endef
 define Device/tl-mr3220-v2
     $(Device/tplink-4mlzma)
     BOARDNAME := TL-MR3220-v2
-    DEVICE_PROFILE := TLMR3220V2
+    DEVICE_PROFILE := TLMR3220
     TPLINK_HWID := 0x32200002
     CONSOLE := ttyATH0,115200
 endef