diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-08-15 23:33:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-08-15 23:33:37 +0000 |
commit | c2d5c1c0c2b7325ca77436ad8c2e91d19f6bd845 (patch) | |
tree | fcda516fd5d561d71a7175cc7cac072eb37a9207 /include | |
parent | 29720c439c237f7c2a98d12507ef273addcc08a0 (diff) | |
download | upstream-c2d5c1c0c2b7325ca77436ad8c2e91d19f6bd845.tar.gz upstream-c2d5c1c0c2b7325ca77436ad8c2e91d19f6bd845.tar.bz2 upstream-c2d5c1c0c2b7325ca77436ad8c2e91d19f6bd845.zip |
always include kernel config for kernel packages
SVN-Revision: 8415
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel.mk b/include/kernel.mk index df859a42b0..5b27d2f459 100644 --- a/include/kernel.mk +++ b/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:= |