Author: jogo Date: 2015-07-16 13:13:47 +0200 (Thu, 16 Jul 2015) New Revision: 46390
Modified: trunk/target/linux/brcm63xx/image/Makefile Log: brcm63xx: make use of the new BuildDTB command Now that we have a BuildDTB command, make use of it instead of calling dtc directly. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/image/Makefile =================================================================== --- trunk/target/linux/brcm63xx/image/Makefile 2015-07-16 11:12:52 UTC (rev 46389) +++ trunk/target/linux/brcm63xx/image/Makefile 2015-07-16 11:13:47 UTC (rev 46390) @@ -198,7 +198,7 @@ define Image/PrepareCFELzmaKernelDTB # compile the dts (the dtb will be later reused for the lzma loader) - $(LINUX_DIR)/scripts/dtc/dtc -O dtb -o $(DTS_DIR)/$(1).dtb ../dts/$(1).dts + $(call Image/BuildDTB,../dts/$(1).dts,$(DTS_DIR)/$(1).dtb) cat $(KDIR)/vmlinux $(DTS_DIR)/$(1).dtb > $(KDIR)/vmlinux-$(1) $(call Image/PrepareCFELzmaKernel,-$(1)) rm -f $(KDIR)/vmlinux-$(1) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
