summaryrefslogtreecommitdiffstats
path: root/include/package-dumpinfo.mk
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2009-03-01 09:35:53 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2009-03-01 09:35:53 +0000
commit6ae7a0f94fda9b24e0e1ad8be517fc764f03e5d7 (patch)
tree85d8c9d28f6bd61b129c46cd7efedd8903f587ac /include/package-dumpinfo.mk
parent1ca2da992f03c0e5245b830aa7f7f1813981b0f8 (diff)
downloadmaster-31e0f0ae-6ae7a0f94fda9b24e0e1ad8be517fc764f03e5d7.tar.gz
master-31e0f0ae-6ae7a0f94fda9b24e0e1ad8be517fc764f03e5d7.tar.bz2
master-31e0f0ae-6ae7a0f94fda9b24e0e1ad8be517fc764f03e5d7.zip
added source distribution to package dump, used by our SDK (include source distributions for offline usage) added bugfix for sub-targets added bugfix for help info (thanks to Thomas)
SVN-Revision: 14703
Diffstat (limited to 'include/package-dumpinfo.mk')
-rw-r--r--include/package-dumpinfo.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-dumpinfo.mk b/include/package-dumpinfo.mk
index 6f1624aeb1..f5f1200ba2 100644
--- a/include/package-dumpinfo.mk
+++ b/include/package-dumpinfo.mk
@@ -28,6 +28,7 @@ ifneq ($(DUMP),)
echo "Category: $(CATEGORY)"; \
echo "Title: $(TITLE)"; \
echo "Maintainer: $(MAINTAINER)"; \
+ echo "Source: $(PKG_SOURCE)"; \
echo "Type: $(if $(Package/$(1)/targets),$(Package/$(1)/targets),$(if $(PKG_TARGETS),$(PKG_TARGETS),ipkg))"; \
$(if $(KCONFIG),echo "Kernel-Config: $(KCONFIG)";) \
$(if $(BUILDONLY),echo "Build-Only: $(BUILDONLY)";) \