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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user