Author: jogo Date: 2015-03-25 16:34:23 +0100 (Wed, 25 Mar 2015) New Revision: 44980
Modified: trunk/target/linux/brcm63xx/image/Makefile Log: brcm63xx: drop non-dtb image recipe All images generated contain dtbs, so it is now unused. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/image/Makefile =================================================================== --- trunk/target/linux/brcm63xx/image/Makefile 2015-03-25 14:30:53 UTC (rev 44979) +++ trunk/target/linux/brcm63xx/image/Makefile 2015-03-25 15:34:23 UTC (rev 44980) @@ -38,17 +38,6 @@ TARGET_Default_DTBS:= TARGET_Default_IMAGES:= -define Image/Build/CFE - # Generate the tagged image - $(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \ - --output $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin \ - --boardid $(2) --chipid $(3) --entry $(KERNEL_ENTRY) \ - --load-addr $(LOADADDR) --rsa-signature "$(5)" \ - --info1 "-$(call Image/LimitName16,$(4))" --info2 $(1) \ - $(call rootfspad/$(1)) \ - $(6) $(7) $(8) $(9) -endef - define Image/Build/CFEDTB # Generate the tagged image $(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux-$(3).lzma.cfe -f $(KDIR)/root.$(1) \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
