From: Oleksij Rempel Date: Fri, 30 Jan 2015 20:40:49 +0000 (+0100) Subject: tcl: add TP-LINK TL-MR3020 to the firmware recovery script X-Git-Tag: v0.9.0-rc1~147 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=bcfb604618c356603d1238815d009ff168db5bf4 tcl: add TP-LINK TL-MR3020 to the firmware recovery script This adds the board to the list of supported devices for the easy recovery procedure. Only ram_boot is supported for this target. Change-Id: I144e1836f8b6257e96a42c98c2668da74ce243f6 Signed-off-by: Oleksij Rempel Reviewed-on: http://openocd.zylin.com/2520 Reviewed-by: Paul Fertser Tested-by: jenkins Reviewed-by: Andreas Färber --- diff --git a/tcl/tools/firmware-recovery.tcl b/tcl/tools/firmware-recovery.tcl index 0f2bc2ab07..6e23540f0b 100644 --- a/tcl/tools/firmware-recovery.tcl +++ b/tcl/tools/firmware-recovery.tcl @@ -6,6 +6,7 @@ set known_boards { "asus-rt-n66u ASUS RT-N66U" "linksys-wrt54gl Linksys WRT54GL v1.1" "netgear-dg834v3 Netgear DG834G v3" + "tp-link_tl-mr3020 TP-LINK TL-MR3020" "bt-homehubv1 BT HomeHub v1" }