diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-10-12 14:58:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-10-12 14:58:35 +0000 |
commit | 4e05416c393eb799a98dc8a03e5857e45579dd64 (patch) | |
tree | c688466c8e05ccc6eaa598014fa06020e5bc976f /target/linux/generic-2.6/config-default | |
parent | 4bc640743a56ddad268e8d74807c6b6b9fc42956 (diff) | |
download | upstream-4e05416c393eb799a98dc8a03e5857e45579dd64.tar.gz upstream-4e05416c393eb799a98dc8a03e5857e45579dd64.tar.bz2 upstream-4e05416c393eb799a98dc8a03e5857e45579dd64.zip |
netfilter/ipset cleanups * rename patches to follow our naming conventions * update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description
SVN-Revision: 9269
Diffstat (limited to 'target/linux/generic-2.6/config-default')
-rw-r--r-- | target/linux/generic-2.6/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-default b/target/linux/generic-2.6/config-default index e90c0425be..9370fa9b88 100644 --- a/target/linux/generic-2.6/config-default +++ b/target/linux/generic-2.6/config-default @@ -561,6 +561,7 @@ CONFIG_IP_NF_SET_IPHASH=m CONFIG_IP_NF_SET_IPMAP=m CONFIG_IP_NF_SET_IPPORTHASH=m CONFIG_IP_NF_SET_IPTREE=m +CONFIG_IP_NF_SET_IPTREEMAP=m CONFIG_IP_NF_SET_MACIPMAP=m CONFIG_IP_NF_SET_MAX=256 CONFIG_IP_NF_SET_NETHASH=m |