Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffd756b3 authored by Thomas Graf's avatar Thomas Graf Committed by David S. Miller
Browse files

pktgen: Require CONFIG_INET due to use of IPv4 checksum function



Unlike for IPv6, the IPv4 checksum functions are only available
if CONFIG_INET is set.

Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: default avatarThomas Graf <tgraf@suug.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5ad37d5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -281,7 +281,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