imagebuilder.patch 571 B

1234567891011121314151617
  1. --- a/target/imagebuilder/Makefile
  2. +++ b/target/imagebuilder/Makefile
  3. @@ -38,13 +38,12 @@ $(BIN_DIR)/$(IB_NAME).tar.xz: clean
  4. ./files/repositories.conf \
  5. $(TMP_DIR)/.targetinfo \
  6. $(TMP_DIR)/.packageinfo \
  7. + $(TOPDIR)/files \
  8. $(PKG_BUILD_DIR)/
  9. -ifeq ($(CONFIG_IB_STANDALONE),)
  10. echo '## Remote package repositories' >> $(PKG_BUILD_DIR)/repositories.conf
  11. $(call FeedSourcesAppend,$(PKG_BUILD_DIR)/repositories.conf)
  12. $(VERSION_SED_SCRIPT) $(PKG_BUILD_DIR)/repositories.conf
  13. -endif
  14. ifeq ($(CONFIG_BUILDBOT),)
  15. $(INSTALL_DIR) $(PKG_BUILD_DIR)/packages