From: Randy Dunlap Date: Fri, 14 May 2010 20:52:30 +0000 (-0700) Subject: netfilter: xt_TEE depends on NF_CONNTRACK X-Git-Tag: v2.6.35-rc1~473^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83827f6a891e20de7468b1181f2ae8a3cc72587b;p=pandora-kernel.git netfilter: xt_TEE depends on NF_CONNTRACK Fix xt_TEE build for the case of NF_CONNTRACK=m and NETFILTER_XT_TARGET_TEE=y: xt_TEE.c:(.text+0x6df5c): undefined reference to `nf_conntrack_untracked' 4x Built with all 4 m/y combinations. Signed-off-by: Randy Dunlap Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed