aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/020-iptables-disable-modprobe.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-07-17 15:53:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-07-17 15:53:34 +0000
commit2c71b3ff3edd37a1971e7cb2776d49d2c90de257 (patch)
tree6ab20379c8296ce253d6c34abe91dffd9a1695c1 /package/iptables/patches/020-iptables-disable-modprobe.patch
parenta20aab918670a5e270bb4f7de8b3ca811b6205d7 (diff)
downloadupstream-2c71b3ff3edd37a1971e7cb2776d49d2c90de257.tar.gz
upstream-2c71b3ff3edd37a1971e7cb2776d49d2c90de257.tar.bz2
upstream-2c71b3ff3edd37a1971e7cb2776d49d2c90de257.zip
[package] iptables: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27652 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/patches/020-iptables-disable-modprobe.patch')
-rw-r--r--package/iptables/patches/020-iptables-disable-modprobe.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/patches/020-iptables-disable-modprobe.patch b/package/iptables/patches/020-iptables-disable-modprobe.patch
index 422058df78..338962ffbe 100644
--- a/package/iptables/patches/020-iptables-disable-modprobe.patch
+++ b/package/iptables/patches/020-iptables-disable-modprobe.patch
@@ -8,7 +8,7 @@
char *buf = NULL;
char *argv[4];
int status;
-@@ -348,6 +349,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;