mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/system/ping and ping6: Change dependency in ping and ping6 Kconfig. These may be implemented in users sockets and, hence, may need to be avaiable even if ICMP and ICMPv6 sockets are not support.
This commit is contained in:
parent
604885cbef
commit
aef0978a12
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
config SYSTEM_PING
|
||||
bool "ICMP 'ping' command"
|
||||
default n
|
||||
depends on NET_ICMP_SOCKET
|
||||
depends on NET_ICMP_SOCKET || NET_USRSOCK
|
||||
---help---
|
||||
Enable support for the ICMP 'ping' command.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
config SYSTEM_PING6
|
||||
bool "ICMPv6 'ping6' command"
|
||||
default n
|
||||
depends on NET_ICMPv6_SOCKET
|
||||
depends on NET_ICMPv6_SOCKET || NET_USRSOCK
|
||||
---help---
|
||||
Enable support for the ICMP 'ping' command.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue