From 543491d603fb8f443e8854c39b59301e117e1fda Mon Sep 17 00:00:00 2001 From: acoul Date: Wed, 8 Dec 2010 12:56:46 +0000 Subject: 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 --- package/iptables/patches/020-iptables-disable-modprobe.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/iptables/patches/020-iptables-disable-modprobe.patch') diff --git a/package/iptables/patches/020-iptables-disable-modprobe.patch b/package/iptables/patches/020-iptables-disable-modprobe.patch index 338962ffb..422058df7 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; -- cgit v1.2.3