mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
build: make initramfs kernel builds depend on the image prepare step
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45671
This commit is contained in:
parent
4acc2a3947
commit
c05f9b9c23
@ -365,6 +365,7 @@ endef
|
||||
define Device/Build/initramfs
|
||||
$$(_TARGET): $(BIN_DIR)/$$(KERNEL_INITRAMFS_IMAGE)
|
||||
|
||||
$(KDIR)/$$(KERNEL_NAME)-initramfs: image_prepare
|
||||
$(BIN_DIR)/$$(KERNEL_INITRAMFS_IMAGE): $(KDIR)/$$(KERNEL_INITRAMFS_IMAGE)
|
||||
cp $$^ $$@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user