projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6195d5f
)
package/kernel: update r22229
author
Alexandros C. Couloumbis
<alex@ozo.com>
Sat, 17 Jul 2010 06:37:36 +0000
(06:37 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Sat, 17 Jul 2010 06:37:36 +0000
(06:37 +0000)
SVN-Revision: 22241
package/kernel/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netfilter.mk
b/package/kernel/modules/netfilter.mk
index 510c195d6231d43a2f5188524f9a954f904a0f0c..3ce557aa5b1887a5ffcaf612cd58b25a836165f7 100644
(file)
--- 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