From: David S. Miller Date: Tue, 24 Aug 2010 03:42:11 +0000 (-0700) Subject: pkt_sched: Make act_csum depend upon INET. X-Git-Tag: v2.6.37-rc1~147^2~705 X-Git-Url: https://bbs.cooldavid.org/git/?p=net-next-2.6.git;a=commitdiff_plain;h=7abac686026ec1af38f6e766369dbfe4007949b6 pkt_sched: Make act_csum depend upon INET. It uses ip_send_check() and stuff like that. Reported-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 522d5a9a282..a36270a994d 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -520,7 +520,7 @@ config NET_ACT_SKBEDIT config NET_ACT_CSUM tristate "Checksum Updating" - depends on NET_CLS_ACT + depends on NET_CLS_ACT && INET ---help--- Say Y here to update some common checksum after some direct packet alterations.