diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-08 12:56:46 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-08 12:56:46 +0000 |
commit | 45ab1a31628006af6a1fc5b45c39f64b9a699949 (patch) | |
tree | fea9a9278bb88761cde45827f1ff6ce1adad9ad3 /package/iptables/patches/020-iptables-disable-modprobe.patch | |
parent | fa3c5ac38aed85b86cdf159e59524d5fcb3f70fc (diff) | |
download | mtk-20170518-45ab1a31628006af6a1fc5b45c39f64b9a699949.zip mtk-20170518-45ab1a31628006af6a1fc5b45c39f64b9a699949.tar.gz mtk-20170518-45ab1a31628006af6a1fc5b45c39f64b9a699949.tar.bz2 |
package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes #8369)
SVN-Revision: 24345
Diffstat (limited to 'package/iptables/patches/020-iptables-disable-modprobe.patch')
-rw-r--r-- | package/iptables/patches/020-iptables-disable-modprobe.patch | 2 |
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 338962f..422058d 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; |