image.mk: fix filesystem dependency issue
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
97e3d10df9
commit
160913f9de
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ define Image/Checksum
|
|||
endef
|
||||
|
||||
define BuildImage/mkfs
|
||||
install: mkfs-$(1)
|
||||
install-images: mkfs-$(1)
|
||||
.PHONY: mkfs-$(1)
|
||||
mkfs-$(1): kernel_prepare
|
||||
$(Image/mkfs/$(1))
|
||||
|
|
Loading…
Reference in a new issue