[kernel] include arpfilter and arp_mangle in the kmod-arptables modules (#5410)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16600 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2009-06-28 06:18:22 +00:00
parent 61bd4183a5
commit 14415796a7
1 changed files with 3 additions and 1 deletions

View File

@ -371,7 +371,9 @@ define KernelPackage/arptables
SUBMENU:=$(NF_MENU)
TITLE:=ARP firewalling modules
FILES:=$(LINUX_DIR)/net/ipv4/netfilter/arp*.$(LINUX_KMOD_SUFFIX)
KCONFIG:=CONFIG_IP_NF_ARPTABLES
KCONFIG:=CONFIG_IP_NF_ARPTABLES \
CONFIG_IP_NF_ARPFILTER \
CONFIG_IP_NF_ARP_MANGLE
AUTOLOAD:=$(call AutoLoad,49,$(notdir $(patsubst %.ko,%,$(wildcard $(LINUX_DIR)/net/ipv4/netfilter/arp*.$(LINUX_KMOD_SUFFIX)))))
endef