From c81da4c185c212de9cf19e35840037b30e8cf7c5 Mon Sep 17 00:00:00 2001 From: chao an Date: Sun, 20 Nov 2022 16:51:05 +0800 Subject: [PATCH] system/ping: remove depends since NETUTILS_PING already contains this check Signed-off-by: chao an --- system/ping/Kconfig | 1 - system/ping6/Kconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/system/ping/Kconfig b/system/ping/Kconfig index 37b7ef305..7559ac2e9 100644 --- a/system/ping/Kconfig +++ b/system/ping/Kconfig @@ -6,7 +6,6 @@ config SYSTEM_PING tristate "ICMP 'ping' command" default n - depends on NET_ICMP || NET_ICMP_NO_STACK select NETUTILS_PING ---help--- Enable support for the ICMP 'ping' command. diff --git a/system/ping6/Kconfig b/system/ping6/Kconfig index 90008e2bc..b67543140 100644 --- a/system/ping6/Kconfig +++ b/system/ping6/Kconfig @@ -6,7 +6,6 @@ config SYSTEM_PING6 tristate "ICMPv6 'ping6' command" default n - depends on NET_ICMPv6 || NET_ICMPv6_NO_STACK select NETUTILS_PING6 ---help--- Enable support for the ICMP 'ping' command.