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 | 407075b86b035f91833c1fcc2aa87a3155e8c1d0 (patch) | |
tree | 53bf561d493d8dea40f3892041129c40ea3add54 | |
parent | d13e8228b160a6f66b6a5b174e82d4fc9c1b6567 (diff) | |
download | upstream-407075b86b035f91833c1fcc2aa87a3155e8c1d0.tar.gz upstream-407075b86b035f91833c1fcc2aa87a3155e8c1d0.tar.bz2 upstream-407075b86b035f91833c1fcc2aa87a3155e8c1d0.zip |
include .pkginfo in image builder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6135 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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)/ |