aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-03-06 12:55:48 +0000
committerSteven Barth <steven@midlink.org>2013-03-06 12:55:48 +0000
commitbddbaf57c53f2e88e63c1812af6f282fdfb7db3e (patch)
tree0443bf769b96f5cfa92b021c1908ea0613163c84 /package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
parent0b5d0905be5a9ca6ff1b4cc74d3a40cff123a2e9 (diff)
downloadmaster-187ad058-bddbaf57c53f2e88e63c1812af6f282fdfb7db3e.tar.gz
master-187ad058-bddbaf57c53f2e88e63c1812af6f282fdfb7db3e.tar.bz2
master-187ad058-bddbaf57c53f2e88e63c1812af6f282fdfb7db3e.zip
Revert "iptables: update to 1.4.18" due to toolchain-issue:
binaries cause segfaults when stripped on ar71xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35894 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch')
-rw-r--r--package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch b/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
index ad4889b706..422058df78 100644
--- a/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
+++ b/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
@@ -1,6 +1,6 @@
---- a/libxtables/xtables.c
-+++ b/libxtables/xtables.c
-@@ -336,6 +336,7 @@ static char *get_modprobe(void)
+--- a/xtables.c
++++ b/xtables.c
+@@ -305,6 +305,7 @@ static char *get_modprobe(void)
int xtables_insmod(const char *modname, const char *modprobe, bool quiet)
{
@@ -8,7 +8,7 @@
char *buf = NULL;
char *argv[4];
int status;
-@@ -380,6 +381,7 @@ int xtables_insmod(const char *modname,
+@@ -348,6 +349,7 @@ int xtables_insmod(const char *modname,
free(buf);
if (WIFEXITED(status) && WEXITSTATUS(status) == 0)
return 0;