commit f9904d97e66b7c364784759ca8925c861772577f
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Fri Oct 14 00:11:01 2016 +0200

    Temporary fix for #389, only rt305x-legacy devices

diff --git a/targets.mk b/targets.mk
index 106320c..1a890cb 100644
--- a/targets.mk
+++ b/targets.mk
@@ -442,8 +442,8 @@ ifeq ($(T),wt1520-4m)
   SUBARCH:=rt305x
   TBUILD:=lede
   PROFILE:=rt5350-qmp-tiny-node
-  IMAGE:=bin/targets/$(ARCH)/$(SUBARCH)/qmp-ramips-rt305x-wt1520-4M-squashfs-factory.bin
-  SYSUPGRADE:=bin/targets/$(ARCH)/$(SUBARCH)/qmp-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin
+  IMAGE:=bin/targets/$(ARCH)/$(SUBARCH)/lede-ramips-rt305x-wt1520-4M-squashfs-factory.bin
+  SYSUPGRADE:=bin/targets/$(ARCH)/$(SUBARCH)/lede-ramips-rt305x-wt1520-4M-squashfs-sysupgrade.bin
 endif
 
 ifeq ($(T),wt1520-8m)
@@ -452,8 +452,8 @@ ifeq ($(T),wt1520-8m)
   SUBARCH:=rt305x
   TBUILD:=lede
   PROFILE:=rt5350-qmp-small-node
-  IMAGE:=bin/targets/$(ARCH)/$(SUBARCH)/qmp-ramips-rt305x-wt1520-8M-squashfs-factory.bin
-  SYSUPGRADE:=bin/targets/$(ARCH)/$(SUBARCH)/qmp-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin
+  IMAGE:=bin/targets/$(ARCH)/$(SUBARCH)/lede-ramips-rt305x-wt1520-8M-squashfs-factory.bin
+  SYSUPGRADE:=bin/targets/$(ARCH)/$(SUBARCH)/lede-ramips-rt305x-wt1520-8M-squashfs-sysupgrade.bin
 endif
 
 ifeq ($(T),wt3020-4m)
