[LEDE-DEV] [PATCH 18/25] xtables-addons: fix compile with kernel 4.14

Hauke Mehrtens hauke at hauke-m.de
Sun Dec 10 14:12:24 PST 2017


This fixes a compile problems seen with kernel 4.14.

Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 .../utils/xtables-addons/patches/201-fix-lua-packetscript.patch  | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch b/package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch
index 7599684bdb..a9fb796d09 100644
--- a/package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch
+++ b/package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch
@@ -1,5 +1,14 @@
 --- a/extensions/LUA/xt_LUA_target.c
 +++ b/extensions/LUA/xt_LUA_target.c
+@@ -19,7 +19,7 @@
+ #include <linux/kernel.h>
+ #include <linux/slab.h>
+ #include <linux/module.h>
+-#include <asm/uaccess.h>
++#include <linux/uaccess.h>
+ #include <net/ip.h>
+ #include <linux/netfilter/x_tables.h>
+ #include "xt_LUA.h"
 @@ -64,10 +64,10 @@ uint32_t  lua_state_refs[LUA_STATE_ARRAY
   * XT_CONTINUE inside the *register_lua_packet_lib* function.
   */
-- 
2.11.0




More information about the Lede-dev mailing list