From a9559efe43e11229797a15faf0539ac7841f09bf Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com>
Date: Sat, 29 Aug 2015 09:23:19 +0000
Subject: [PATCH] brcm47xx: fix Linksys E1200 V2 image filename
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Drop unwanted suffix (copy & paste mistake).

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 46742
---
 target/linux/brcm47xx/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
index 7405d0f28d..cf6aefc89b 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/target/linux/brcm47xx/image/Makefile
@@ -306,7 +306,7 @@ ifeq ($(SUBTARGET),mips74k)
   $(eval $(call LinksysDevice,e900-v1,E900,1.0.4))
   $(eval $(call LinksysDevice,e1000-v1-v2-v2.1,E100,1.1.3))
   $(eval $(call LinksysDevice,e1200-v1,E120,1.0.3))
-  $(eval $(call LinksysDevice,e1200-v2-new,E122,1.0.4))
+  $(eval $(call LinksysDevice,e1200-v2,E122,1.0.4))
   $(eval $(call LinksysDevice,e1500-v1,E150,1.0.5))
   $(eval $(call LinksysDevice,e1550-v1,1550,1.0.3))
   $(eval $(call LinksysDevice,e2000-v1,32XN,1.0.4))
-- 
2.30.2