apps/system/ping6: Remove NET_USRSOCK from Kconfig dependence list

This commit is contained in:
Xiang Xiao 2018-11-09 11:54:24 -06:00 committed by Gregory Nutt
parent 7488a65e17
commit 3c1c533cb5

View File

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