diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-15 21:33:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-15 21:33:07 +0000 |
commit | 124b8c653f96fd6fa81e5d7ce6100daf4c4c6453 (patch) | |
tree | 9b6344af83012ca926dde3a1eb10ed0d9940b73d /package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch | |
parent | e91fb05b727618f4ddbdf50ce3fda74a87cfca4d (diff) | |
download | mtk-20170518-124b8c653f96fd6fa81e5d7ce6100daf4c4c6453.zip mtk-20170518-124b8c653f96fd6fa81e5d7ce6100daf4c4c6453.tar.gz mtk-20170518-124b8c653f96fd6fa81e5d7ce6100daf4c4c6453.tar.bz2 |
xtables-addons: update to 2.9
Fixes compilation with Linux 4.3. Runtime tested on Ubiquiti EdgeRouter
Lite with Linux 3.18, 4.1 and 4.3.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 47470
Diffstat (limited to 'package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch')
-rw-r--r-- | package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 966d29d..06a4a17 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 @@ -78,7 +78,7 @@ #define UCHAR_MAX 255 #define SHRT_MAX 32767 #define BUFSIZ 8192 -@@ -637,6 +641,8 @@ union luai_Cast { double l_d; long l_l; +@@ -637,6 +641,8 @@ union luai_Cast { double l_d; long l_l; */ #if defined(__KERNEL__) #undef LUA_USE_ULONGJMP |