diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-08-16 13:44:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-08-16 13:44:57 +0000 |
commit | 3df35f0b09465cec3a805552ec752ee64f1320e2 (patch) | |
tree | 9b02383797812ba0a4281dd835c0e8d91a4ed524 /include/kernel.mk | |
parent | 70e86380e7fac3916246b18c92233491a119ffa6 (diff) | |
download | mtk-20170518-3df35f0b09465cec3a805552ec752ee64f1320e2.zip mtk-20170518-3df35f0b09465cec3a805552ec752ee64f1320e2.tar.gz mtk-20170518-3df35f0b09465cec3a805552ec752ee64f1320e2.tar.bz2 |
revert [8415], seems to be causing problems for the kernel build
SVN-Revision: 8418
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 5b27d2f..df859a4 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:= |