mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
image.mk: allow image build code to run a per-filesystem prepare step
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44979 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e11b30a987
commit
8db4079bb3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user