| commit | 3c1c533cb5f87415e1a63d5639e5ba775509bed4 | [log] [tgz] |
|---|---|---|
| author | Xiang Xiao <xiaoxiang@xiaomi.com> | Fri Nov 09 11:54:24 2018 -0600 |
| committer | Gregory Nutt <gnutt@nuttx.org> | Fri Nov 09 11:54:24 2018 -0600 |
| tree | 0e35cc8f1e15baf7fba472c11e3762271793a051 | |
| parent | 7488a65e17870cd786a3aeb1fd0feb30eca288a4 [diff] |
apps/system/ping6: Remove NET_USRSOCK from Kconfig dependence list
diff --git a/system/ping6/Kconfig b/system/ping6/Kconfig index 6954640..88cce1f 100644 --- a/system/ping6/Kconfig +++ b/system/ping6/Kconfig
@@ -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.