From d155bb4a3dc34197ff2ec7c96c4f5583a8e63b14 Mon Sep 17 00:00:00 2001 From: gaohedong Date: Wed, 24 Sep 2025 23:44:33 +0800 Subject: [PATCH] net/ping: utils ping should depends on ipv4 utils ping should depends on ipv4 Signed-off-by: gaohedong --- system/ping/Kconfig | 1 + 1 file changed, 1 insertion(+) 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.