diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-08-01 15:52:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-08-01 15:52:54 +0000 |
commit | 650b29b4f95e34b01a0f569a546b8d0eae8d9e73 (patch) | |
tree | 6f9fbced7d432ad8b680c5f172c818276a3ffc7b /target/linux/ar71xx/image/Makefile | |
parent | 9cba59c5171a54be47b69fdf67ba016bb6ef3b43 (diff) | |
download | upstream-650b29b4f95e34b01a0f569a546b8d0eae8d9e73.tar.gz upstream-650b29b4f95e34b01a0f569a546b8d0eae8d9e73.tar.bz2 upstream-650b29b4f95e34b01a0f569a546b8d0eae8d9e73.zip |
ar71xx: fix mr3220 device profile (#19990)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r46541
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46542 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-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 4e65886c4d..8276c843a3 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -405,7 +405,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 |