From: Felix Fietkau Date: Fri, 13 Jan 2017 18:22:09 +0000 (+0100) Subject: imagebuilder: remove existing debug kernel image X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=619c8fa92209fb1a30d6e68a59a13aaa102a764c;p=openwrt%2Fstaging%2Fnbd.git imagebuilder: remove existing debug kernel image Reduces tarball size and improves build time Signed-off-by: Felix Fietkau --- diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index 13eed7e108..d891aab18c 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -67,6 +67,7 @@ endif -cp $(KERNEL_BUILD_DIR)/* $(IB_KDIR)/ # don't copy subdirectories here -cp $(LINUX_DIR)/.config $(IB_LDIR)/ rm -f $(IB_KDIR)/root.* + rm -f $(IB_KDIR)/vmlinux.debug if [ -x $(LINUX_DIR)/scripts/dtc/dtc ]; then \ $(INSTALL_DIR) $(IB_LDIR)/scripts/dtc; \ $(INSTALL_BIN) $(LINUX_DIR)/scripts/dtc/dtc $(IB_LDIR)/scripts/dtc/dtc; \