[adm5120] add packages required by failsafe support to defaults
[openwrt.git] / include / package-dumpinfo.mk
index effb863..e29e113 100644 (file)
@@ -28,6 +28,8 @@ ifneq ($(DUMP),)
                echo "Category: $(CATEGORY)"; \
                echo "Title: $(TITLE)"; \
                echo "Maintainer: $(MAINTAINER)"; \
+               echo "Type: $(if $(Package/$(1)/targets),$(Package/$(1)/targets),$(if $(PKG_TARGETS),$(PKG_TARGETS),ipkg))"; \
+               $(if $(KCONFIG),echo "Kernel-Config: $(KCONFIG)";) \
                echo -n "Description: "; \
                getvar $(call shvar,Package/$(1)/description); \
                $(if $(URL),echo;echo "$(URL)";) \
This page took 0.022992 seconds and 4 git commands to generate.