mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/netutils/tftpc depends on CONFIG_NET_IPv4
This commit is contained in:
parent
1cdf4ad8d1
commit
99593b6ed9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue