diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 01:38:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 01:38:31 +0000 |
commit | 146500a67cd5e334a2b08dc2edc7619538703c13 (patch) | |
tree | d2c98740ece805faba9ce515dbeb85680ca99764 /target | |
parent | 6de2b723f7ab9be6b1b8c03fa46eccba191e3494 (diff) | |
download | upstream-146500a67cd5e334a2b08dc2edc7619538703c13.tar.gz upstream-146500a67cd5e334a2b08dc2edc7619538703c13.tar.bz2 upstream-146500a67cd5e334a2b08dc2edc7619538703c13.zip |
include .pkginfo in image builder
SVN-Revision: 6135
Diffstat (limited to 'target')
-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 b59b265adc..0cbbfa2835 100644 --- a/target/imagebuilder/Makefile +++ b/target/imagebuilder/Makefile @@ -25,6 +25,7 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2: clean $(INCLUDE_DIR) $(SCRIPT_DIR) $(PACKAGE_DIR) \ $(TOPDIR)/rules.mk $(TOPDIR)/.config \ $(TMP_DIR)/.target.mk \ + $(TMP_DIR)/.pkginfo \ $(TMP_DIR)/.targetinfo \ ./files/Makefile \ $(IB_BUILD_DIR)/ |