1234567891011121314151617 |
- --- a/target/imagebuilder/Makefile
- +++ b/target/imagebuilder/Makefile
- @@ -38,13 +38,12 @@ $(BIN_DIR)/$(IB_NAME).tar.xz: clean
- ./files/repositories.conf \
- $(TMP_DIR)/.targetinfo \
- $(TMP_DIR)/.packageinfo \
- + $(TOPDIR)/files \
- $(PKG_BUILD_DIR)/
-
- -ifeq ($(CONFIG_IB_STANDALONE),)
- echo '## Remote package repositories' >> $(PKG_BUILD_DIR)/repositories.conf
- $(call FeedSourcesAppend,$(PKG_BUILD_DIR)/repositories.conf)
- $(VERSION_SED_SCRIPT) $(PKG_BUILD_DIR)/repositories.conf
- -endif
-
- ifeq ($(CONFIG_BUILDBOT),)
- $(INSTALL_DIR) $(PKG_BUILD_DIR)/packages
|