dynamically enable/disable kernel config options for kmod packages based on build...
[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)";) \
This page took 0.02248 seconds and 4 git commands to generate.