aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/020-iptables-disable-modprobe.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-12-08 12:56:46 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-12-08 12:56:46 +0000
commit6ac8a3ee58edaf380d5855815db071f6219cade4 (patch)
treeca10a72692ad4b8d5cd6df44fdc96ed9839f251f /package/iptables/patches/020-iptables-disable-modprobe.patch
parenta5b5726b4c9a7040d79b39f40dbaf971db667836 (diff)
downloadmaster-187ad058-6ac8a3ee58edaf380d5855815db071f6219cade4.tar.gz
master-187ad058-6ac8a3ee58edaf380d5855815db071f6219cade4.tar.bz2
master-187ad058-6ac8a3ee58edaf380d5855815db071f6219cade4.zip
package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes #8369)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24345 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 338962ffbe..422058df78 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;