apps/netutils/tftpc depends on CONFIG_NET_IPv4

This commit is contained in:
Gregory Nutt 2017-08-12 11:36:19 -06:00
parent 1cdf4ad8d1
commit 99593b6ed9

View File

@ -6,7 +6,7 @@
config NETUTILS_TFTPC
bool "TFTP client"
default n
depends on NET_UDP
depends on NET_UDP && NET_IPv4
---help---
Enable support for the TFTP client.