aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-08-06 21:45:50 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-08-06 21:45:50 +0000
commitdd6f1e91875c1e8fef27ba8bf137cbf3d9d4e291 (patch)
tree391ca21229f5039561e52c1ce406d38b36868162 /package/iptables
parentaab5464b309ac3119fe931d995fbe1011df4977d (diff)
downloadupstream-dd6f1e91875c1e8fef27ba8bf137cbf3d9d4e291.tar.gz
upstream-dd6f1e91875c1e8fef27ba8bf137cbf3d9d4e291.tar.bz2
upstream-dd6f1e91875c1e8fef27ba8bf137cbf3d9d4e291.zip
[package] iptables: refresh patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22520 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/patches/020-iptables-disable-modprobe.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iptables/patches/020-iptables-disable-modprobe.patch b/package/iptables/patches/020-iptables-disable-modprobe.patch
index a6b5d1bf29..338962ffbe 100644
--- a/package/iptables/patches/020-iptables-disable-modprobe.patch
+++ b/package/iptables/patches/020-iptables-disable-modprobe.patch
@@ -1,6 +1,6 @@
--- a/xtables.c
+++ b/xtables.c
-@@ -313,6 +313,7 @@ static char *get_modprobe(void)
+@@ -305,6 +305,7 @@ static char *get_modprobe(void)
int xtables_insmod(const char *modname, const char *modprobe, bool quiet)
{
@@ -8,7 +8,7 @@
char *buf = NULL;
char *argv[4];
int status;
-@@ -356,6 +357,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;