aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-08-16 13:44:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-08-16 13:44:57 +0000
commit3df35f0b09465cec3a805552ec752ee64f1320e2 (patch)
tree9b02383797812ba0a4281dd835c0e8d91a4ed524 /package/kernel/Makefile
parent70e86380e7fac3916246b18c92233491a119ffa6 (diff)
downloadupstream-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 'package/kernel/Makefile')
-rw-r--r--package/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/Makefile b/package/kernel/Makefile
index b805c6e19d..3ec07d43ac 100644
--- a/package/kernel/Makefile
+++ b/package/kernel/Makefile
@@ -18,6 +18,7 @@ SCAN_DEPS=modules/*.mk
include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)
+ -include $(LINUX_DIR)/.config
NF_KMOD:=1
include $(INCLUDE_DIR)/netfilter.mk
endif