From a0a544139f6955bf42615b78b4d42eb6575e19f8 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 1 Jul 2013 20:52:00 +0000 Subject: [PATCH] include: force a kernel-generated cpio removal and rebuild Make sure that the kernel rebuilds the initramfs cpio archive file by deleting it before so we get it re-generated properly. Signed-off-by: Florian Fainelli SVN-Revision: 37125 --- include/kernel-defaults.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/include/kernel-defaults.mk b/include/kernel-defaults.mk index ca520f55c9..607c8211b8 100644 --- a/include/kernel-defaults.mk +++ b/include/kernel-defaults.mk @@ -144,6 +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* +$(MAKE) $(KERNEL_MAKEOPTS) $(subst ",,$(KERNELNAME)) #") #") -- 2.30.2