Finally fix iptables -m conntrack (#988), bump release numnber
SVN-Revision: 13235
This commit is contained in:
parent
25efcf15fe
commit
61863b4bed
2 changed files with 12 additions and 1 deletions
|
@ -13,7 +13,7 @@ PKG_NAME:=iptables
|
|||
|
||||
ifeq ($(CONFIG_LINUX_2_4),y)
|
||||
PKG_VERSION:=1.3.8
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
PKG_MD5SUM:=0a9209f928002e5eee9cdff8fef4d4b3
|
||||
MAKE_TARGETS:=experimental install-experimental
|
||||
endif
|
||||
|
|
11
package/iptables/patches/1.3.8/006-ipt_conntrack.patch
Normal file
11
package/iptables/patches/1.3.8/006-ipt_conntrack.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./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. */
|
Loading…
Reference in a new issue