Author: blogic
Date: 2015-11-24 19:27:43 +0100 (Tue, 24 Nov 2015)
New Revision: 47610

Modified:
   trunk/target/linux/brcm2708/image/Makefile
Log:
brcm2708: fix multi-device image generation

Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]>

Modified: trunk/target/linux/brcm2708/image/Makefile
===================================================================
--- trunk/target/linux/brcm2708/image/Makefile  2015-11-24 13:39:53 UTC (rev 
47609)
+++ trunk/target/linux/brcm2708/image/Makefile  2015-11-24 18:27:43 UTC (rev 
47610)
@@ -30,7 +30,7 @@
        mcopy -i [email protected] cmdline.txt ::
        mcopy -i [email protected] config.txt ::
        mcopy -i [email protected] $(word 1,$^) ::kernel.img
-       $(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i [email protected] 
$(DTS_DIR)/$(dts).dtb ::)
+       $(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i [email protected] 
$(DTS_DIR)/$(dts).dtb ::;)
        mmd -i [email protected] ::/overlays
        mcopy -i [email protected] $(DTS_DIR)/overlays/*.dtb ::/overlays/
        mcopy -i [email protected] $(DTS_DIR)/overlays/README ::/overlays/
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to