Browse Source

always include kernel config for kernel packages

SVN-Revision: 8415
Felix Fietkau 18 years ago
parent
commit
c2d5c1c0c2
2 changed files with 3 additions and 1 deletions
  1. 3 0
      include/kernel.mk
  2. 0 1
      package/kernel/Makefile

+ 3 - 0
include/kernel.mk

@@ -51,6 +51,9 @@ endif
 GENERIC_PLATFORM_DIR := $(TOPDIR)/target/linux/generic-$(KERNEL)
 GENERIC_PATCH_DIR := $(GENERIC_PLATFORM_DIR)/patches$(shell [ -d "$(GENERIC_PLATFORM_DIR)/patches-$(KERNEL_PATCHVER)" ] && printf -- "-$(KERNEL_PATCHVER)" || true )
 
+ifeq ($(DUMP),)
+  -include $(LINUX_DIR)/.config
+endif
 
 define KernelPackage/Defaults
   FILES:=

+ 0 - 1
package/kernel/Makefile

@@ -18,7 +18,6 @@ SCAN_DEPS=modules/*.mk
 
 include $(INCLUDE_DIR)/package.mk
 ifeq ($(DUMP),)
-  -include $(LINUX_DIR)/.config
   NF_KMOD:=1
   include $(INCLUDE_DIR)/netfilter.mk
 endif