aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/xtables-addons/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-15 21:33:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-15 21:33:07 +0000
commitc15952c48d354b3cd4ecf462f2c256588a83d573 (patch)
treecbc6b41764c059bee3d8cae8f4b0875875ea8439 /package/network/utils/xtables-addons/patches
parent00c3f87324bb4770e0e38795d6b4f939734962e6 (diff)
downloadmaster-187ad058-c15952c48d354b3cd4ecf462f2c256588a83d573.tar.gz
master-187ad058-c15952c48d354b3cd4ecf462f2c256588a83d573.tar.bz2
master-187ad058-c15952c48d354b3cd4ecf462f2c256588a83d573.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47470 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/xtables-addons/patches')
-rw-r--r--package/network/utils/xtables-addons/patches/100-add-rtsp-conntrack.patch2
-rw-r--r--package/network/utils/xtables-addons/patches/200-add-lua-packetscript.patch2
-rw-r--r--package/network/utils/xtables-addons/patches/201-fix-lua-packetscript.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/xtables-addons/patches/100-add-rtsp-conntrack.patch b/package/network/utils/xtables-addons/patches/100-add-rtsp-conntrack.patch
index 6c169ee82c..bd49d92de6 100644
--- a/package/network/utils/xtables-addons/patches/100-add-rtsp-conntrack.patch
+++ b/package/network/utils/xtables-addons/patches/100-add-rtsp-conntrack.patch
@@ -1509,7 +1509,7 @@
+module_exit(fini);
--- a/extensions/Kbuild
+++ b/extensions/Kbuild
-@@ -28,6 +28,7 @@ obj-${build_lscan} += xt_lscan.o
+@@ -26,6 +26,7 @@ obj-${build_lscan} += xt_lscan.o
obj-${build_pknock} += pknock/
obj-${build_psd} += xt_psd.o
obj-${build_quota2} += xt_quota2.o
diff --git a/package/network/utils/xtables-addons/patches/200-add-lua-packetscript.patch b/package/network/utils/xtables-addons/patches/200-add-lua-packetscript.patch
index 8bc30a7ae0..33d0d74814 100644
--- a/package/network/utils/xtables-addons/patches/200-add-lua-packetscript.patch
+++ b/package/network/utils/xtables-addons/patches/200-add-lua-packetscript.patch
@@ -18134,7 +18134,7 @@
+
--- a/extensions/Kbuild
+++ b/extensions/Kbuild
-@@ -29,6 +29,7 @@ obj-${build_pknock} += pknock/
+@@ -27,6 +27,7 @@ obj-${build_pknock} += pknock/
obj-${build_psd} += xt_psd.o
obj-${build_quota2} += xt_quota2.o
obj-${build_rtsp} += rtsp/
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 966d29dfab..06a4a1739a 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