Skip to content
Snippets Groups Projects
Commit ab43a5ab authored by Felix Fietkau's avatar Felix Fietkau
Browse files

image.mk: allow image build code to run a per-filesystem prepare step


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 44979
parent fafa3f57
No related branches found
No related tags found
No related merge requests found
......@@ -268,6 +268,8 @@ define BuildImage/mkfs
.PHONY: mkfs-$(1)
mkfs-$(1): mkfs_prepare
$(Image/mkfs/$(1))
$(call Build/mkfs/default,$(1))
$(call Build/mkfs/$(1),$(1))
$(KDIR)/root.$(1): mkfs-$(1)
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment