From: Davide Caratti Date: Mon, 9 Jan 2017 10:24:20 +0000 (+0100) Subject: net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selected X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ab9d226e3e2a8aeca426701b735194bc35179c2d;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git net/sched: Kconfig: select LIBCRC32C if NET_ACT_CSUM is selected LIBCRC32C is needed to compute crc32c on SCTP packets. Signed-off-by: Davide Caratti Signed-off-by: David S. Miller --- diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 87956a768d1b..a9aa38d43fa7 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -707,6 +707,7 @@ config NET_ACT_SKBEDIT config NET_ACT_CSUM tristate "Checksum Updating" depends on NET_CLS_ACT && INET + select LIBCRC32C ---help--- Say Y here to update some common checksum after some direct packet alterations.