projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8396d93
)
add missing ipt_limit to netfilter.mk
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Nov 2005 23:59:25 +0000
(23:59 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 9 Nov 2005 23:59:25 +0000
(23:59 +0000)
SVN-Revision: 2400
openwrt/target/linux/netfilter.mk
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/netfilter.mk
b/openwrt/target/linux/netfilter.mk
index 7a11abfc770db0a1eda1250df070329716e0d5a1..59dd2d45578ca900b9e593d616279473830f1908 100644
(file)
--- a/
openwrt/target/linux/netfilter.mk
+++ b/
openwrt/target/linux/netfilter.mk
@@
-32,6
+32,7
@@
PKG_IPT_CONNTRACK-m :=
PKG_IPT_CONNTRACK-$(CONFIG_IP_NF_MATCH_CONNTRACK) += ipt_conntrack
PKG_IPT_CONNTRACK-$(CONFIG_IP_NF_MATCH_CONNMARK) += ipt_connmark
PKG_IPT_CONNTRACK-$(CONFIG_IP_NF_MATCH_HELPER) += ipt_helper
+PKG_IPT_CONNTRACK-$(CONFIG_IP_NF_MATCH_LIMIT) += ipt_limit
PKG_IPT_CONNTRACK-$(CONFIG_IP_NF_TARGET_CONNMARK) += ipt_CONNMARK
PKG_IPT_FILTER-m :=