system/ping[6]: ping[6] should also be enabled if NET_ICMP[v6]_NO_STACK == y

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2022-11-20 14:32:04 +08:00 committed by Xiang Xiao
parent dc90c52413
commit bb24794fcb
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
config SYSTEM_PING config SYSTEM_PING
tristate "ICMP 'ping' command" tristate "ICMP 'ping' command"
default n default n
depends on NET_ICMP depends on NET_ICMP || NET_ICMP_NO_STACK
select NETUTILS_PING select NETUTILS_PING
---help--- ---help---
Enable support for the ICMP 'ping' command. Enable support for the ICMP 'ping' command.

View File

@ -6,7 +6,7 @@
config SYSTEM_PING6 config SYSTEM_PING6
tristate "ICMPv6 'ping6' command" tristate "ICMPv6 'ping6' command"
default n default n
depends on NET_ICMPv6 depends on NET_ICMPv6 || NET_ICMPv6_NO_STACK
select NETUTILS_PING6 select NETUTILS_PING6
---help--- ---help---
Enable support for the ICMP 'ping' command. Enable support for the ICMP 'ping' command.