mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-12 19:34:49 +08:00
build: do not call initramfs build from within the image builder
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45837
This commit is contained in:
parent
d1372992c4
commit
bf93fde164
@ -471,7 +471,7 @@ define BuildImage
|
||||
|
||||
kernel_prepare: mkfs_prepare
|
||||
$(call Image/BuildKernel)
|
||||
$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),$(call Image/BuildKernel/Initramfs))
|
||||
$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),$(if $(IB),,$(call Image/BuildKernel/Initramfs)))
|
||||
$(call Image/InstallKernel)
|
||||
|
||||
$(foreach device,$(TARGET_DEVICES),$(call Device,$(device)))
|
||||
|
Loading…
Reference in New Issue
Block a user