Author: nbd Date: 2015-10-30 23:01:27 +0100 (Fri, 30 Oct 2015) New Revision: 47296
Modified: trunk/include/image.mk Log: build: make mkfs-* depend on kernel installation to fix parallel build issues Reported-by: Petr ?\197?\160tetiar <[email protected]> Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/image.mk =================================================================== --- trunk/include/image.mk 2015-10-30 22:01:22 UTC (rev 47295) +++ trunk/include/image.mk 2015-10-30 22:01:27 UTC (rev 47296) @@ -282,7 +282,7 @@ define BuildImage/mkfs install: mkfs-$(1) .PHONY: mkfs-$(1) - mkfs-$(1): mkfs_prepare + mkfs-$(1): kernel_prepare $(Image/mkfs/$(1)) $(call Build/mkfs/default,$(1)) $(call Build/mkfs/$(1),$(1)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
