aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-03-05 20:51:57 +0000
committerSteven Barth <cyrus@openwrt.org>2013-03-05 20:51:57 +0000
commitd023a087532869bbec589d77928b9796997e01a1 (patch)
tree19819c249a174bb63c8efab948a25a71c6bd5496 /package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
parent15e0ff93228cb0f1060c6c239265f3ab04848467 (diff)
downloadupstream-d023a087532869bbec589d77928b9796997e01a1.tar.gz
upstream-d023a087532869bbec589d77928b9796997e01a1.tar.bz2
upstream-d023a087532869bbec589d77928b9796997e01a1.zip
iptables: update to 1.4.18
SVN-Revision: 35892
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 422058df78..ad4889b706 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/xtables.c
-+++ b/xtables.c
-@@ -305,6 +305,7 @@ static char *get_modprobe(void)
+--- a/libxtables/xtables.c
++++ b/libxtables/xtables.c
+@@ -336,6 +336,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;
-@@ -348,6 +349,7 @@ int xtables_insmod(const char *modname,
+@@ -380,6 +381,7 @@ int xtables_insmod(const char *modname,
free(buf);
if (WIFEXITED(status) && WEXITSTATUS(status) == 0)
return 0;