diff options
Diffstat (limited to 'include/kernel.mk')
-rw-r--r-- | include/kernel.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/kernel.mk b/include/kernel.mk index 5b27d2f459..df859a42b0 100644 --- a/include/kernel.mk +++ b/include/kernel.mk @@ -51,9 +51,6 @@ 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:= |