mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-11 09:09:40 +00:00
include: fix path for kernel-generated cpio removal
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37128
This commit is contained in:
parent
e06ab3831b
commit
448decfa8e
@ -144,7 +144,7 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||
define Kernel/CompileImage/Initramfs
|
||||
$(call Kernel/Configure/Initramfs)
|
||||
$(if $(CONFIG_TARGET_ROOTFS_INITRAMFS),,rm -f $(TARGET_DIR)/init)
|
||||
rm -rf $(KERNEL_BUILD_DIR)/usr/initramfs_data.cpio*
|
||||
rm -rf $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION)/usr/initramfs_data.cpio*
|
||||
+$(MAKE) $(KERNEL_MAKEOPTS) $(subst ",,$(KERNELNAME))
|
||||
#")
|
||||
#")
|
||||
|
Loading…
Reference in New Issue
Block a user