mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
image.mk: call mkfs/prepare for the image builder
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42874 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -263,10 +263,12 @@ define BuildImage
|
||||
|
||||
image_prepare: compile FORCE
|
||||
$(call Image/Prepare)
|
||||
$(call Image/mkfs/prepare)
|
||||
endif
|
||||
|
||||
install: image_prepare install-targets FORCE
|
||||
mkfs_prepare: image_prepare
|
||||
$(call Image/mkfs/prepare)
|
||||
|
||||
install: mkfs_prepare install-targets FORCE
|
||||
$(call Image/BuildKernel)
|
||||
$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),$(call Image/BuildKernel/Initramfs))
|
||||
$(call Image/InstallKernel)
|
||||
|
||||
Reference in New Issue
Block a user