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-06 17:05:34 +0000
committerSteven Barth <cyrus@openwrt.org>2013-03-06 17:05:34 +0000
commit9779b0b88c0efefa7fffb5fa86c708349c883c8d (patch)
tree5c494c6669383fda50b71285aa3b996170232875 /package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
parent9f4b9328e7341db29fc593c44dd4f5d5988a74c4 (diff)
downloadupstream-9779b0b88c0efefa7fffb5fa86c708349c883c8d.tar.gz
upstream-9779b0b88c0efefa7fffb5fa86c708349c883c8d.tar.bz2
upstream-9779b0b88c0efefa7fffb5fa86c708349c883c8d.zip
iptables: redo update to 1.4.18 with old linking-behaviour
SVN-Revision: 35896
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;