aboutsummaryrefslogtreecommitdiffstats
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
commit720f3636158d423e0cf8ab69f799ca660bbec2c7 (patch)
tree3a356606b3b3102bb11472dc77e98a7ba5fb7466
parentb24603ed1d323957541714aa6439d8789d7b0beb (diff)
downloadmaster-187ad058-720f3636158d423e0cf8ab69f799ca660bbec2c7.tar.gz
master-187ad058-720f3636158d423e0cf8ab69f799ca660bbec2c7.tar.bz2
master-187ad058-720f3636158d423e0cf8ab69f799ca660bbec2c7.zip
ar71xx: fix mr3220 device profile (#19990)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46541 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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