Browse Source

build: make mkfs-* depend on kernel installation to fix parallel build issues

Reported-by: Petr Štetiar <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 47296
Felix Fietkau 10 years ago
parent
commit
d495ef6d59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/image.mk

+ 1 - 1
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))