From: Patrick McHardy Date: Fri, 14 Jan 2011 12:36:42 +0000 (+0100) Subject: netfilter: fix Kconfig dependencies X-Git-Tag: v2.6.39-rc1~468^2~510^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7066f70d9610df0b9406cc635fc09e86136e714;p=pandora-kernel.git netfilter: fix Kconfig dependencies Fix dependencies of netfilter realm match: it depends on NET_CLS_ROUTE, which itself depends on NET_SCHED; this dependency is missing from netfilter. Since matching on realms is also useful without having NET_SCHED enabled and the option really only controls whether the tclassid member is included in route and dst entries, rename the config option to IP_ROUTE_CLASSID and move it outside of traffic scheduling context to get rid of the NET_SCHED dependeny. Reported-by: Vladis Kletnieks Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed