mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00: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:
parent
bce24201c7
commit
c81da4c185
2 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue