diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-29 23:31:23 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-29 23:31:23 +0000 |
commit | 0084424abd5765981df1459ab61bcec8fc1c3fe8 (patch) | |
tree | 21c19137a84a04a081354fa7fe086298282a4c1d /package/iptables/patches/1.3.8/006-ipt_conntrack.patch | |
parent | 41167c6d5468e9500de6a9bc16ce7dbde7bcb628 (diff) |
[brcm-2.4] drop iptables 1.3.8 and switch to to 1.4.3.2, refresh layer7 kernel patches and add packages for libiptc + libxtables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15501 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/patches/1.3.8/006-ipt_conntrack.patch')
-rw-r--r-- | package/iptables/patches/1.3.8/006-ipt_conntrack.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/iptables/patches/1.3.8/006-ipt_conntrack.patch b/package/iptables/patches/1.3.8/006-ipt_conntrack.patch deleted file mode 100644 index 65ea074e9..000000000 --- a/package/iptables/patches/1.3.8/006-ipt_conntrack.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./include/linux/netfilter_ipv4/ipt_conntrack.h.orig 2008-09-27 10:26:49.000000000 -0400 -+++ ./include/linux/netfilter_ipv4/ipt_conntrack.h 2008-09-27 01:15:57.000000000 -0400 -@@ -52,7 +52,7 @@ - struct { - u_int32_t ip; - union { -- u_int16_t all; -+ u_int32_t all; - } u; - - /* The protocol. */ |