dynamically enable/disable kernel config options for kmod packages based on build system config

SVN-Revision: 8026
This commit is contained in:
Felix Fietkau
2007-07-18 11:31:01 +00:00
parent 00d88f9ffc
commit 8e42553971
19 changed files with 255 additions and 222 deletions

View 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)";) \