summaryrefslogtreecommitdiff
path: root/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-02 19:18:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-07-02 19:18:09 +0000
commit3445645d18173e468464dcae2d86fa8b3e116383 (patch)
treefbe66e4f5530facebedf7b75415b2e51379e4b15 /package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
parentb4059dea7f3c84f5b79b86e0bfe51313661a681a (diff)
downloadmtk-20170518-3445645d18173e468464dcae2d86fa8b3e116383.zip
mtk-20170518-3445645d18173e468464dcae2d86fa8b3e116383.tar.gz
mtk-20170518-3445645d18173e468464dcae2d86fa8b3e116383.tar.bz2
iptables: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41479
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.patch2
1 files changed, 1 insertions, 1 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 ad4889b..2b6c57e 100644
--- a/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
+++ b/package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
@@ -8,7 +8,7 @@
char *buf = NULL;
char *argv[4];
int status;
-@@ -380,6 +381,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;