iptables: package hashlimit module (#6696)

SVN-Revision: 22229
This commit is contained in:
Jo-Philipp Wich
2010-07-16 06:15:07 +00:00
parent e62a9791ee
commit a158af99a0
2 changed files with 26 additions and 0 deletions

View File

@@ -512,3 +512,17 @@ define KernelPackage/nf-conntrack-netlink/description
endef
$(eval $(call KernelPackage,nf-conntrack-netlink))
define KernelPackage/ipt-hashlimit
$(call KernelPackage/ipt/Depends,)
TITLE:=Netfilter hashlimit match
FILES:=$(LINUX_DIR)/net/netfilter/xt_hashlimit.$(LINUX_KMOD_SUFFIX)
KCONFIG:=$(KCONFIG_IPT_HASHLIMIT)
AUTOLOAD:=$(call AutoLoad,50,xt_hashlimit)
endef
define KernelPackage/ipt-hashlimit/description
Kernel modules support for the hashlimit bucket match module
endef
$(eval $(call KernelPackage,ipt-hashlimit))