summaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-03-06 12:55:48 +0000
committerSteven Barth <cyrus@openwrt.org>2013-03-06 12:55:48 +0000
commitbacd71648b13048a11fd99727a10883a53a3f651 (patch)
treee18e7fa5cc74b62e581a16b0b2e2fd1234eb0245 /package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
parentc3faa6be75614838f44104e5ef4a9d4cc7b90bb3 (diff)
downloadmaster-31e0f0ae-bacd71648b13048a11fd99727a10883a53a3f651.tar.gz
master-31e0f0ae-bacd71648b13048a11fd99727a10883a53a3f651.tar.bz2
master-31e0f0ae-bacd71648b13048a11fd99727a10883a53a3f651.zip
Revert "iptables: update to 1.4.18" due to toolchain-issue: binaries cause segfaults when stripped on ar71xx
SVN-Revision: 35894
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;