diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-14 10:49:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-14 10:49:00 +0000 |
commit | 374f384350104a33cf80b19ad2ff58bf0719d5ac (patch) | |
tree | 52200259bfd9fa244d06ec2230438be75e4626d5 /target/imagebuilder/Makefile | |
parent | 56cb557d107f6df1ae94c7ed38c630eea8fe7776 (diff) | |
download | upstream-374f384350104a33cf80b19ad2ff58bf0719d5ac.tar.gz upstream-374f384350104a33cf80b19ad2ff58bf0719d5ac.tar.bz2 upstream-374f384350104a33cf80b19ad2ff58bf0719d5ac.zip |
include .targetinfo in the image builder, and allow direct calls to the package_index target
SVN-Revision: 6093
Diffstat (limited to 'target/imagebuilder/Makefile')
-rw-r--r-- | target/imagebuilder/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/imagebuilder/Makefile b/target/imagebuilder/Makefile index f09bdbd2c2..439a103428 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -25,6 +25,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: FORCE $(INCLUDE_DIR) $(SCRIPT_DIR) $(PACKAGE_DIR) \ $(TOPDIR)/rules.mk $(TOPDIR)/.config \ $(TMP_DIR)/.target.mk \ + $(TMP_DIR)/.targetinfo \ ./files/Makefile \ $(IB_BUILD_DIR)/ $(CP) $(STAGING_DIR)/bin/* $(IB_BUILD_DIR)/staging_dir_$(ARCH)/bin |