aboutsummaryrefslogtreecommitdiffstats
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
commitd0668e0a9452dee361c8b97b766e82c4abdad0f5 (patch)
tree6b3ab14a781f94c437e6be11ac388f08ef1adb2f /package/network/utils/iptables/patches/020-iptables-disable-modprobe.patch
parent0df29b88311f5d5aa9a5404ef6bbe7450097540f (diff)
downloadmaster-187ad058-d0668e0a9452dee361c8b97b766e82c4abdad0f5.tar.gz
master-187ad058-d0668e0a9452dee361c8b97b766e82c4abdad0f5.tar.bz2
master-187ad058-d0668e0a9452dee361c8b97b766e82c4abdad0f5.zip
iptables: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41479 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.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 ad4889b706..2b6c57ec9e 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;