fix ImageBuilder (closes: #3863)

SVN-Revision: 12370
This commit is contained in:
Nicolas Thill
2008-08-22 13:45:54 +00:00
parent 7075c9f917
commit be1a9ff41d
3 changed files with 5 additions and 3 deletions

View File

@@ -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)