revert 8059, via-rhine is built in the kernel
[openwrt.git] / include / package-dumpinfo.mk
index effb863..bc075e1 100644 (file)
@@ -28,6 +28,7 @@ ifneq ($(DUMP),)
                echo "Category: $(CATEGORY)"; \
                echo "Title: $(TITLE)"; \
                echo "Maintainer: $(MAINTAINER)"; \
+               $(if $(KCONFIG),echo "Kernel-Config: $(KCONFIG)";) \
                echo -n "Description: "; \
                getvar $(call shvar,Package/$(1)/description); \
                $(if $(URL),echo;echo "$(URL)";) \