diff --git a/system/ping/Kconfig b/system/ping/Kconfig index 7559ac2e928..7500f1024d2 100644 --- a/system/ping/Kconfig +++ b/system/ping/Kconfig @@ -6,6 +6,7 @@ config SYSTEM_PING tristate "ICMP 'ping' command" default n + depends on NET_IPv4 select NETUTILS_PING ---help--- Enable support for the ICMP 'ping' command.