From: Jo-Philipp Wich Date: Wed, 14 Aug 2013 14:30:45 +0000 (+0200) Subject: 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=95cc95c7fec2d68fa8e27cc8e8e4b8dbacababf8;ds=sidebyside Make sure that NOTRACK is linked into firewall3 if it is part of libext*.a --- diff --git a/iptables.h b/iptables.h index 96d71bf..3c52942 100644 --- a/iptables.h +++ b/iptables.h @@ -58,6 +58,7 @@ __ipt_module(LOG) \ __ipt_module(MARK) \ __ipt_module(MASQUERADE) \ + __ipt_module(NOTRACK) \ __ipt_module(REDIRECT) \ __ipt_module(REJECT) \ __ipt_module(SET) \