aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-07-17 06:37:36 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-07-17 06:37:36 +0000
commitb684d2ef23c47a330ef40fbedca979bc2570a840 (patch)
tree524209ccbebe23028189934157b3a999147f4d9a /package/kernel
parent0bb8b2f87eec6889fe72966828e17c0c06ccdd0c (diff)
downloadupstream-b684d2ef23c47a330ef40fbedca979bc2570a840.tar.gz
upstream-b684d2ef23c47a330ef40fbedca979bc2570a840.tar.bz2
upstream-b684d2ef23c47a330ef40fbedca979bc2570a840.zip
package/kernel: update r22229
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22241 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/netfilter.mk2
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