summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.24/130-netfilter_ipset.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-03-01 19:19:29 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-03-01 19:19:29 +0000
commitd5e6e6dce67fe5872296918f781242d5c107b4af (patch)
tree06bcf7c92f8e40f0bb4bd88b59d6db357ecf86aa /target/linux/generic-2.6/patches-2.6.24/130-netfilter_ipset.patch
parent782ca84485191df1839c66bafab732e269b6d217 (diff)
downloadmaster-31e0f0ae-d5e6e6dce67fe5872296918f781242d5c107b4af.tar.gz
master-31e0f0ae-d5e6e6dce67fe5872296918f781242d5c107b4af.tar.bz2
master-31e0f0ae-d5e6e6dce67fe5872296918f781242d5c107b4af.zip
generic-2.6: remove remaining ipp2p patches
SVN-Revision: 14714
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.24/130-netfilter_ipset.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.24/130-netfilter_ipset.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.24/130-netfilter_ipset.patch b/target/linux/generic-2.6/patches-2.6.24/130-netfilter_ipset.patch
index 52b272c170..641d8b441b 100644
--- a/target/linux/generic-2.6/patches-2.6.24/130-netfilter_ipset.patch
+++ b/target/linux/generic-2.6/patches-2.6.24/130-netfilter_ipset.patch
@@ -7534,7 +7534,7 @@
+module_exit(ipt_SET_fini);
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
-@@ -408,5 +408,122 @@ config IP_NF_ARP_MANGLE
+@@ -402,5 +402,122 @@ config IP_NF_ARP_MANGLE
Allows altering the ARP packet payload: source and destination
hardware and network addresses.
@@ -7665,9 +7665,9 @@
obj-$(CONFIG_IP_NF_MATCH_TTL) += ipt_ttl.o
+obj-$(CONFIG_IP_NF_MATCH_SET) += ipt_set.o
- obj-$(CONFIG_IP_NF_MATCH_IPP2P) += ipt_ipp2p.o
-
-@@ -64,6 +65,18 @@ obj-$(CONFIG_IP_NF_TARGET_SAME) += ipt_S
+ # targets
+ obj-$(CONFIG_IP_NF_TARGET_CLUSTERIP) += ipt_CLUSTERIP.o
+@@ -62,6 +63,18 @@ obj-$(CONFIG_IP_NF_TARGET_SAME) += ipt_S
obj-$(CONFIG_IP_NF_TARGET_TOS) += ipt_TOS.o
obj-$(CONFIG_IP_NF_TARGET_TTL) += ipt_TTL.o
obj-$(CONFIG_IP_NF_TARGET_ULOG) += ipt_ULOG.o