[packages] libnids: update to 1.24

Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38708 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar
2013-11-10 18:09:22 +00:00
parent 57805c0015
commit f159ae4c02
3 changed files with 20 additions and 21 deletions

View File

@ -1,10 +1,9 @@
diff -ruN libnids-1.18-orig/src/checksum.c libnids-1.18/src/checksum.c
--- libnids-1.18-orig/src/checksum.c 2003-09-20 22:40:44.000000000 +0200
+++ libnids-1.18/src/checksum.c 2005-08-09 23:55:00.000000000 +0200
@@ -4,7 +4,7 @@
#include <netinet/tcp.h>
#include <netinet/udp.h>
--- a/src/checksum.c
+++ b/src/checksum.c
@@ -25,7 +25,7 @@ static int dontchksum(unsigned int ip)
return 0;
}
-#if ( __i386__ || __i386 )
+#if 0
// all asm procedures are copied from Linux 2.0.36 and 2.2.10 kernels