diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-08-01 15:13:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-08-01 15:13:10 +0000 |
commit | 9c59b3035f0b3b3025eb025010e00375e783407c (patch) | |
tree | b05e107eb99a54d822dacad5b660405ee732478e | |
parent | a33a567b39056f8967ec34570e1774786473566c (diff) | |
download | upstream-9c59b3035f0b3b3025eb025010e00375e783407c.tar.gz upstream-9c59b3035f0b3b3025eb025010e00375e783407c.tar.bz2 upstream-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/Makefile | 2 |
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 |