projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[include] autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants...
[openwrt.git]
/
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
338962f
..
422058d
100644
(file)
--- 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;
This page took
0.019282 seconds
and
4
git commands to generate.