1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22867 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul
2010-09-01 13:14:05 +00:00
parent 7fb8177eb8
commit ecb413959e
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