[OpenWrt-Devel] [PATCH] image.mk: Add NOTPARALLEL flag to fix parallel build breakage
Petr Štetiar
ynezz at true.cz
Fri Oct 30 18:00:44 EDT 2015
Felix Fietkau <nbd at openwrt.org> [2015-10-30 22:42:43]:
> Does this patch fix things for you?
It does, thanks!
> ---
> --- a/include/image.mk
> +++ b/include/image.mk
> @@ -282,7 +282,7 @@ endef
> 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))
-- ynezz
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list