summaryrefslogtreecommitdiffstats
path: root/target/imagebuilder/files
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-08-22 13:45:54 +0000
committerNicolas Thill <nico@openwrt.org>2008-08-22 13:45:54 +0000
commitbe1a9ff41dfeed9e00f165e6a661e26ccaa5549c (patch)
tree2a854d5bf3f286d15bfa8fd7af90a5993e29d076 /target/imagebuilder/files
parent7075c9f917a3535451371945c746d9be6b21140f (diff)
downloadmaster-31e0f0ae-be1a9ff41dfeed9e00f165e6a661e26ccaa5549c.tar.gz
master-31e0f0ae-be1a9ff41dfeed9e00f165e6a661e26ccaa5549c.tar.bz2
master-31e0f0ae-be1a9ff41dfeed9e00f165e6a661e26ccaa5549c.zip
fix ImageBuilder (closes: #3863)
SVN-Revision: 12370
Diffstat (limited to 'target/imagebuilder/files')
-rw-r--r--target/imagebuilder/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile
index 27a6c94f9d..e8bd28f318 100644
--- a/target/imagebuilder/files/Makefile
+++ b/target/imagebuilder/files/Makefile
@@ -79,7 +79,7 @@ info: FORCE
$(TOPDIR)/tmp/ipkg.conf: FORCE
@mkdir -p $(TOPDIR)/tmp
@echo 'dest root /' > $@
- @echo 'src packages file:$(TOPDIR)/packages' >> $@
+ @echo 'src packages file:$(PACKAGE_DIR)' >> $@
BUILD_PACKAGES:=$(sort $(DEFAULT_PACKAGES) $(PACKAGES) $($(PROFILE)_PACKAGES) kernel)
ifeq ($(KERNEL),2.4)