diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-07-17 06:37:36 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-07-17 06:37:36 +0000 |
commit | 15da77bdedb15082693655e3a38fea6944c85872 (patch) | |
tree | ddce244155503f6972c539adbe51d9d93691eeb6 | |
parent | 6195d5f8b694fe7ff27dc605eeec17251fe69c82 (diff) | |
download | upstream-15da77bdedb15082693655e3a38fea6944c85872.tar.gz upstream-15da77bdedb15082693655e3a38fea6944c85872.tar.bz2 upstream-15da77bdedb15082693655e3a38fea6944c85872.zip |
package/kernel: update r22229
SVN-Revision: 22241
-rw-r--r-- | package/kernel/modules/netfilter.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/netfilter.mk b/package/kernel/modules/netfilter.mk index 510c195d62..3ce557aa5b 100644 --- a/package/kernel/modules/netfilter.mk +++ b/package/kernel/modules/netfilter.mk @@ -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 |