aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-08-29 09:23:19 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-08-29 09:23:19 +0000
commit1034461d24cda704b8c75ceb5eadcd00752e21b6 (patch)
tree1e24d53ff287bd2dd0835288f15f92a54eb01485 /target/linux/brcm47xx
parent79252b95b45512ba97ac2c757a1067235e9925e3 (diff)
downloadmaster-187ad058-1034461d24cda704b8c75ceb5eadcd00752e21b6.tar.gz
master-187ad058-1034461d24cda704b8c75ceb5eadcd00752e21b6.tar.bz2
master-187ad058-1034461d24cda704b8c75ceb5eadcd00752e21b6.zip
brcm47xx: fix Linksys E1200 V2 image filename
Drop unwanted suffix (copy & paste mistake). Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46742 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx')
-rw-r--r--target/linux/brcm47xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
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))