mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
net/ping: utils ping should depends on ipv4
utils ping should depends on ipv4 Signed-off-by: gaohedong <gaohedong@xiaomi.com>
This commit is contained in:
parent
f89773cbc8
commit
b56795e1e2
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
config SYSTEM_PING
|
||||
tristate "ICMP 'ping' command"
|
||||
default n
|
||||
depends on NET_IPv4
|
||||
select NETUTILS_PING
|
||||
---help---
|
||||
Enable support for the ICMP 'ping' command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue