X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fnetfilter%2FKconfig;h=f619c6527266255427cacff4c0acb89025c82755;hb=6d381634d213580d40d431e7664dfb45f641b884;hp=ce94732b8e231d68c7cda461f5168103cf8b45f8;hpb=f1da70632fa0875f80fc60991a010c31f40983ff;p=powerpc.git diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index ce94732b8e..f619c65272 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -209,7 +209,9 @@ config NETFILTER_XT_TARGET_SECMARK config NETFILTER_XT_TARGET_CONNSECMARK tristate '"CONNSECMARK" target support' - depends on NETFILTER_XTABLES && (NF_CONNTRACK_SECMARK || IP_NF_CONNTRACK_SECMARK) + depends on NETFILTER_XTABLES && \ + ((NF_CONNTRACK && NF_CONNTRACK_SECMARK) || \ + (IP_NF_CONNTRACK && IP_NF_CONNTRACK_SECMARK)) help The CONNSECMARK target copies security markings from packets to connections, and restores security markings from connections