Explorar o código

imagebuilder: remove existing debug kernel image

Reduces tarball size and improves build time

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau %!s(int64=8) %!d(string=hai) anos
pai
achega
619c8fa922
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      target/imagebuilder/Makefile

+ 1 - 0
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; \