From 516aa86b9ffaa8daba9dd3e8ef16350ffafbb25e Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 29 Jul 2013 13:44:15 +0200 Subject: [PATCH] pktgen: Require CONFIG_INET due to use of IPv4 checksum function commit ffd756b3174e496cf6f3c5458c434e31d2cd48b0 upstream. Unlike for IPv6, the IPv4 checksum functions are only available if CONFIG_INET is set. Reported-by: kbuild test robot Signed-off-by: Thomas Graf Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- net/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/Kconfig b/net/Kconfig index a07314844238..946e17aaba82 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -250,7 +250,7 @@ menu "Network testing" config NET_PKTGEN tristate "Packet Generator (USE WITH CAUTION)" - depends on PROC_FS + depends on INET && PROC_FS ---help--- This module will inject preconfigured packets, at a configurable rate, out of a given interface. It is used for network interface -- 2.39.2