diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-16 16:07:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-16 16:07:32 +0000 |
commit | fa6fff71c18153196fd31be0292acce5fabfae7b (patch) | |
tree | 78efe5360ddea2940152730e65c6a6070ab3540a /target | |
parent | a9bc57f16ee28173bdf4aeafd25924c76c72ff18 (diff) | |
download | upstream-fa6fff71c18153196fd31be0292acce5fabfae7b.tar.gz upstream-fa6fff71c18153196fd31be0292acce5fabfae7b.tar.bz2 upstream-fa6fff71c18153196fd31be0292acce5fabfae7b.zip |
fix ipp2p
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8005 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.22/110-ipp2p_0.8.1rc1.patch | 3 | ||||
-rw-r--r-- | target/linux/generic-2.6/patches/110-ipp2p_0.8.1rc1.patch | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.22/110-ipp2p_0.8.1rc1.patch b/target/linux/generic-2.6/patches-2.6.22/110-ipp2p_0.8.1rc1.patch index 9ff9e23606..6963ac098e 100644 --- a/target/linux/generic-2.6/patches-2.6.22/110-ipp2p_0.8.1rc1.patch +++ b/target/linux/generic-2.6/patches-2.6.22/110-ipp2p_0.8.1rc1.patch @@ -36,7 +36,7 @@ diff -urN linux-2.6.21.1.old/include/linux/netfilter_ipv4/ipt_ipp2p.h linux-2.6. diff -urN linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c --- linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c 1970-01-01 01:00:00.000000000 +0100 +++ linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c 2007-05-26 20:21:54.587864144 +0200 -@@ -0,0 +1,881 @@ +@@ -0,0 +1,882 @@ +#if defined(MODVERSIONS) +#include <linux/modversions.h> +#endif @@ -893,6 +893,7 @@ diff -urN linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.21.1.dev/n +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) + .name = "ipp2p", + .match = &match, ++ .family = AF_INET, +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18) + .matchsize = sizeof(struct ipt_p2p_info), +#endif diff --git a/target/linux/generic-2.6/patches/110-ipp2p_0.8.1rc1.patch b/target/linux/generic-2.6/patches/110-ipp2p_0.8.1rc1.patch index 1e2ae66682..509c5eb169 100644 --- a/target/linux/generic-2.6/patches/110-ipp2p_0.8.1rc1.patch +++ b/target/linux/generic-2.6/patches/110-ipp2p_0.8.1rc1.patch @@ -36,7 +36,7 @@ diff -urN linux-2.6.21.1.old/include/linux/netfilter_ipv4/ipt_ipp2p.h linux-2.6. diff -urN linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c --- linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c 1970-01-01 01:00:00.000000000 +0100 +++ linux-2.6.21.1.dev/net/ipv4/netfilter/ipt_ipp2p.c 2007-05-26 20:21:54.587864144 +0200 -@@ -0,0 +1,881 @@ +@@ -0,0 +1,882 @@ +#if defined(MODVERSIONS) +#include <linux/modversions.h> +#endif @@ -893,6 +893,7 @@ diff -urN linux-2.6.21.1.old/net/ipv4/netfilter/ipt_ipp2p.c linux-2.6.21.1.dev/n +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) + .name = "ipp2p", + .match = &match, ++ .family = AF_INET, +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,18) + .matchsize = sizeof(struct ipt_p2p_info), +#endif |