generic: move iptables/netfilter kernel options from generic/config to package/kernel/modules/netfilter.mk

SVN-Revision: 22867
This commit is contained in:
Alexandros C. Couloumbis
2010-09-01 13:14:05 +00:00
parent 003ec7d795
commit 8df0c8e390
5 changed files with 60 additions and 57 deletions

View File

@@ -13,7 +13,10 @@ include $(INCLUDE_DIR)/netfilter.mk
define KernelPackage/ipt-core
SUBMENU:=$(NF_MENU)
TITLE:=Netfilter core
KCONFIG:=$(KCONFIG_IPT_CORE)
KCONFIG:= \
CONFIG_NETFILTER=y \
CONFIG_NETFILTER_ADVANCED=y \
$(KCONFIG_IPT_CORE)
FILES:=$(foreach mod,$(IPT_CORE-m),$(LINUX_DIR)/net/$(mod).ko)
AUTOLOAD:=$(call AutoLoad,40,$(notdir $(IPT_CORE-m)))
endef