summaryrefslogtreecommitdiff
path: root/openwrt/package/kernel/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-22 12:33:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-22 12:33:28 +0000
commitdaa509ea7fa0b2c79b84cb476aee5dcecae54684 (patch)
treee5c8d68e01d9ac0fc336ba1fdc82c6d9d62321ea /openwrt/package/kernel/Makefile
parent2a08d05aa305c9e57bfe563fa4399303475a9684 (diff)
downloadmtk-20170518-daa509ea7fa0b2c79b84cb476aee5dcecae54684.zip
mtk-20170518-daa509ea7fa0b2c79b84cb476aee5dcecae54684.tar.gz
mtk-20170518-daa509ea7fa0b2c79b84cb476aee5dcecae54684.tar.bz2
port over the netfilter module packaging to the new system and fix iptables dependencies
SVN-Revision: 4206
Diffstat (limited to 'openwrt/package/kernel/Makefile')
-rw-r--r--openwrt/package/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/kernel/Makefile b/openwrt/package/kernel/Makefile
index 14fcda2..39978ab 100644
--- a/openwrt/package/kernel/Makefile
+++ b/openwrt/package/kernel/Makefile
@@ -18,6 +18,7 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)
-include $(LINUX_DIR)/.config
+NF_KMOD:=1
include $(INCLUDE_DIR)/netfilter.mk
endif