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 | |
parent | 70e86380e7fac3916246b18c92233491a119ffa6 (diff) | |
download | upstream-3df35f0b09465cec3a805552ec752ee64f1320e2.tar.gz upstream-3df35f0b09465cec3a805552ec752ee64f1320e2.tar.bz2 upstream-3df35f0b09465cec3a805552ec752ee64f1320e2.zip |
revert [8415], seems to be causing problems for the kernel build
SVN-Revision: 8418
Diffstat (limited to 'include')
-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:= |