From: Patrick McHardy Date: Mon, 12 Feb 2007 19:15:02 +0000 (-0800) Subject: [NETFILTER]: Kconfig: improve dependency handling X-Git-Tag: v2.6.21-rc1~274^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c941b08d73e26af9030d34a73a1992cfff1703;p=pandora-kernel.git [NETFILTER]: Kconfig: improve dependency handling Instead of depending on internally needed options and letting users figure out what is needed, select them when needed: - IP_NF_IPTABLES, IP_NF_ARPTABLES and IP6_NF_IPTABLES select NETFILTER_XTABLES - NETFILTER_XT_TARGET_CONNMARK, NETFILTER_XT_MATCH_CONNMARK and IP_NF_TARGET_CLUSTERIP select NF_CONNTRACK_MARK - NETFILTER_XT_MATCH_CONNBYTES selects NF_CT_ACCT Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed