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

@@ -98,7 +98,7 @@ define BuildKernel
$(call Kernel/Prepare)
touch $$@
$(STAMP_CONFIGURED): $(STAMP_PREPARED) $(LINUX_CONFIG) $(GENERIC_LINUX_CONFIG)
$(STAMP_CONFIGURED): $(STAMP_PREPARED) $(LINUX_CONFIG) $(GENERIC_LINUX_CONFIG) $(TOPDIR)/.config
$(call Kernel/Configure)
touch $$@