add support for build-only packages which do not appear in menuconfig

SVN-Revision: 14009
This commit is contained in:
Felix Fietkau
2009-01-13 02:02:56 +00:00
parent 9b6691733e
commit 7502d4bd61
4 changed files with 6 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ ifneq ($(DUMP),)
echo "Maintainer: $(MAINTAINER)"; \
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)";) \
echo -n "Description: "; \
getvar $(call shvar,Package/$(1)/description); \
$(if $(URL),echo;echo "$(URL)";) \