From: Alexandros C. Couloumbis Date: Sat, 17 Jul 2010 06:37:36 +0000 (+0000) Subject: package/kernel: update r22229 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=15da77bdedb15082693655e3a38fea6944c85872;p=openwrt%2Fstaging%2Fyousong.git package/kernel: update r22229 SVN-Revision: 22241 --- 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