summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-08-01 15:13:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-08-01 15:13:10 +0000
commit9c59b3035f0b3b3025eb025010e00375e783407c (patch)
treeb05e107eb99a54d822dacad5b660405ee732478e
parenta33a567b39056f8967ec34570e1774786473566c (diff)
downloadmaster-31e0f0ae-9c59b3035f0b3b3025eb025010e00375e783407c.tar.gz
master-31e0f0ae-9c59b3035f0b3b3025eb025010e00375e783407c.tar.bz2
master-31e0f0ae-9c59b3035f0b3b3025eb025010e00375e783407c.zip
ar71xx: fix mr3220 device profile (#19990)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46541
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
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