mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
system/ping: remove depends since NETUTILS_PING already contains this check
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
config SYSTEM_PING
|
config SYSTEM_PING
|
||||||
tristate "ICMP 'ping' command"
|
tristate "ICMP 'ping' command"
|
||||||
default n
|
default n
|
||||||
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.
|
||||||
|
@@ -6,7 +6,6 @@
|
|||||||
config SYSTEM_PING6
|
config SYSTEM_PING6
|
||||||
tristate "ICMPv6 'ping6' command"
|
tristate "ICMPv6 'ping6' command"
|
||||||
default n
|
default n
|
||||||
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.
|
||||||
|
Reference in New Issue
Block a user