Sfoglia il codice sorgente

target/imagebuilder: add missing package index (fixes #16675)

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 40968
Felix Fietkau 11 anni fa
parent
commit
897b2e4b98
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      target/imagebuilder/Makefile

+ 1 - 0
target/imagebuilder/Makefile

@@ -50,6 +50,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: clean
 	  | $(XARGS) rm -rf
 	find $(STAGING_DIR_HOST)/bin -maxdepth 1 -type f -perm -u=x \
 	  | $(XARGS) $(SCRIPT_DIR)/bundle-libraries.sh $(PKG_BUILD_DIR)/staging_dir/host/bin
+	$(MAKE) -C $(PKG_BUILD_DIR) package_index
 	$(TAR) c -C $(BUILD_DIR) $(IB_NAME) | bzip2 -c > $@
 
 download: