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
|
define KernelPackage/ipt-hashlimit
|
||||||
$(call KernelPackage/ipt/Depends,)
|
$(call KernelPackage/ipt/Depends,)
|
||||||
TITLE:=Netfilter hashlimit match
|
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)
|
KCONFIG:=$(KCONFIG_IPT_HASHLIMIT)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,xt_hashlimit)
|
AUTOLOAD:=$(call AutoLoad,50,xt_hashlimit)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue