mirror of https://github.com/hak5/openwrt-owl.git
image.mk: fix filesystem dependency issue
Signed-off-by: Felix Fietkau <nbd@nbd.name>owl
parent
97e3d10df9
commit
160913f9de
|
@ -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 New Issue