This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new c81da4c18 system/ping: remove depends since NETUTILS_PING already contains this check c81da4c18 is described below commit c81da4c185c212de9cf19e35840037b30e8cf7c5 Author: chao an <anc...@xiaomi.com> AuthorDate: Sun Nov 20 16:51:05 2022 +0800 system/ping: remove depends since NETUTILS_PING already contains this check Signed-off-by: chao an <anc...@xiaomi.com> --- 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.