package/kernel: update r22229
SVN-Revision: 22241
This commit is contained in:
parent
6195d5f8b6
commit
15da77bded
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ $(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)
|
||||
FILES:=$(LINUX_DIR)/net/netfilter/xt_hashlimit.ko
|
||||
KCONFIG:=$(KCONFIG_IPT_HASHLIMIT)
|
||||
AUTOLOAD:=$(call AutoLoad,50,xt_hashlimit)
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue