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: v6.6-pxa1908~33065^2~705 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=7abac686026ec1af38f6e766369dbfe4007949b6;p=linux.git 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 522d5a9a2825..a36270a994d7 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.