package/kernel: update r22229

SVN-Revision: 22241
This commit is contained in:
Alexandros C. Couloumbis 2010-07-17 06:37:36 +00:00
parent 6195d5f8b6
commit 15da77bded
1 changed files with 1 additions and 1 deletions

View File

@ -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