Author: rmilecki Date: 2015-08-29 11:28:31 +0200 (Sat, 29 Aug 2015) New Revision: 46743
Modified: branches/chaos_calmer/target/linux/brcm47xx/image/Makefile Log: brcm47xx: fix Linksys E1200 V2 image filename Drop unwanted suffix (copy & paste mistake). Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Backport of r46742 Modified: branches/chaos_calmer/target/linux/brcm47xx/image/Makefile =================================================================== --- branches/chaos_calmer/target/linux/brcm47xx/image/Makefile 2015-08-29 09:23:19 UTC (rev 46742) +++ branches/chaos_calmer/target/linux/brcm47xx/image/Makefile 2015-08-29 09:28:31 UTC (rev 46743) @@ -315,7 +315,7 @@ $(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)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
