aboutsummaryrefslogtreecommitdiffstats
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
commitce1f09a4636d868f84a9fd5e7ecb810541566ad4 (patch)
tree58188899bb356a5be6b687e0cb68d427d8a05aad /include/package-dumpinfo.mk
parent0fd42a2f195cc5556a6ed9457e1481cbfde1963b (diff)
downloadmaster-187ad058-ce1f09a4636d868f84a9fd5e7ecb810541566ad4.tar.gz
master-187ad058-ce1f09a4636d868f84a9fd5e7ecb810541566ad4.tar.bz2
master-187ad058-ce1f09a4636d868f84a9fd5e7ecb810541566ad4.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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14703 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)";) \