mirror of https://github.com/hak5/openwrt-owl.git
include: fix path for kernel-generated cpio removal
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37128owl
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