From: Florian Fainelli Date: Sun, 28 Jun 2009 06:18:22 +0000 (+0000) Subject: [kernel] include arpfilter and arp_mangle in the kmod-arptables modules (#5410) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=335aeba49a5eaa15cb442681fe6b27562151eb20;p=openwrt%2Fsvn-archive%2Farchive.git [kernel] include arpfilter and arp_mangle in the kmod-arptables modules (#5410) SVN-Revision: 16600 --- diff --git a/package/kernel/modules/netfilter.mk b/package/kernel/modules/netfilter.mk index 101550eac8..dc839e23b0 100644 --- a/package/kernel/modules/netfilter.mk +++ b/package/kernel/modules/netfilter.mk @@ -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