1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 04:33:57 +02:00

ar71xx: fix mr3220 device profile (#19990)

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

SVN-Revision: 46541
This commit is contained in:
Felix Fietkau 2015-08-01 15:13:10 +00:00
parent a33a567b39
commit 9c59b3035f

View File

@ -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