[packages] xtables-addons breaks for powerpc due to missing csum_ipv6_magic()
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33149 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
40ff392e71
commit
63bfc7876d
12
net/xtables-addons/patches/005-powerpc_includes.patch
Normal file
12
net/xtables-addons/patches/005-powerpc_includes.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: xtables-addons-1.42/extensions/xt_ECHO.c
|
||||
===================================================================
|
||||
--- xtables-addons-1.42.orig/extensions/xt_ECHO.c 2012-08-12 20:33:11.000000000 +0200
|
||||
+++ xtables-addons-1.42/extensions/xt_ECHO.c 2012-08-12 20:33:24.000000000 +0200
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <net/ip.h>
|
||||
#include <net/ip6_route.h>
|
||||
#include <net/route.h>
|
||||
+#include <net/ip6_checksum.h>
|
||||
#include "compat_xtables.h"
|
||||
|
||||
static unsigned int
|
Loading…
x
Reference in New Issue
Block a user