From: Jo-Philipp Wich Date: Wed, 14 Aug 2013 14:46:36 +0000 (+0200) Subject: Revert "Make sure that NOTRACK is linked into firewall3 if it is part of libext*.a" X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=commitdiff_plain;h=c67adbd07bb3dfd2d04f0f9a3cfe6cef56670ebd Revert "Make sure that NOTRACK is linked into firewall3 if it is part of libext*.a" This reverts commit 95cc95c7fec2d68fa8e27cc8e8e4b8dbacababf8. --- diff --git a/iptables.h b/iptables.h index 3c52942..96d71bf 100644 --- a/iptables.h +++ b/iptables.h @@ -58,7 +58,6 @@ __ipt_module(LOG) \ __ipt_module(MARK) \ __ipt_module(MASQUERADE) \ - __ipt_module(NOTRACK) \ __ipt_module(REDIRECT) \ __ipt_module(REJECT) \ __ipt_module(SET) \