Sfoglia il codice sorgente

imagebuilder: remove existing root filesystem images

Reduces tarball size and improves build time

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 anni fa
parent
commit
d1514e8f84
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      target/imagebuilder/Makefile

+ 1 - 0
target/imagebuilder/Makefile

@@ -66,6 +66,7 @@ endif
 		$(PKG_BUILD_DIR)/target/linux/*/patches{,-*}
 	-cp $(KERNEL_BUILD_DIR)/* $(IB_KDIR)/ # don't copy subdirectories here
 	-cp $(LINUX_DIR)/.config $(IB_LDIR)/
+	rm -f $(IB_KDIR)/root.*
 	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; \