mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[backfire] package iptables hashlimit match (#8846)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@25893 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -493,3 +493,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))
|
||||
|
||||
Reference in New Issue
Block a user