Author: jogo Date: 2015-03-30 22:21:24 +0200 (Mon, 30 Mar 2015) New Revision: 45169
Modified: trunk/target/linux/brcm63xx/image/Makefile Log: brcm63xx: don't build non-dtb kernels anymore Now that all supported boards have an dts there is no need for a dtb free kernel anymore. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/image/Makefile =================================================================== --- trunk/target/linux/brcm63xx/image/Makefile 2015-03-30 20:21:15 UTC (rev 45168) +++ trunk/target/linux/brcm63xx/image/Makefile 2015-03-30 20:21:24 UTC (rev 45169) @@ -205,12 +205,9 @@ $(CP) ../../generic/image/relocate $(KDIR) $(MAKE) -C $(KDIR)/relocate $(RELOCATE_MAKEOPTS) - $(call Image/PrepareCFELzmaKernel,) - $(foreach board,$(sort $(TARGET_$(PROFILE)_DTBS)), $(call Image/PrepareCFELzmaKernelDTB,$(board))) ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) - $(call Image/PrepareLoader,-initramfs,$(BIN_DIR),loader.elf) $(foreach board,$(sort $(TARGET_$(PROFILE)_DTBS)), \ $(call Image/PrepareLoaderDTB,-initramfs,$(board),$(BIN_DIR),loader.elf)) ifneq (,$(findstring cvg834g,$(TARGET_$(PROFILE)_DTBS))) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
