Author: jogo Date: 2014-11-25 20:06:38 +0100 (Tue, 25 Nov 2014) New Revision: 43376
Modified: trunk/target/linux/brcm63xx/image/Makefile Log: brcm63xx: fix image generation This fixes build issues introduced on r43361. Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Modified: trunk/target/linux/brcm63xx/image/Makefile =================================================================== --- trunk/target/linux/brcm63xx/image/Makefile 2014-11-24 22:09:47 UTC (rev 43375) +++ trunk/target/linux/brcm63xx/image/Makefile 2014-11-25 19:06:38 UTC (rev 43376) @@ -58,6 +58,7 @@ endef define Image/Build/OLDCFEDTB + # Generate the tagged image $(TOPDIR)/scripts/brcmImage.pl -t -p \ -b $(3) -c $(4) -e $(KERNEL_ENTRY) -a $(LOADADDR) \ -k $(KDIR)/vmlinux-$(2).lzma.cfe -r $(KDIR)/root.$(1) \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
