mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
apps/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
config NETUTILS_FTPD
|
||||
bool "FTP server"
|
||||
default n
|
||||
depends on NET_TCP && !DISABLE_POLL
|
||||
depends on NET_TCP
|
||||
---help---
|
||||
Enable support for the FTP server.
|
||||
|
||||
|
Reference in New Issue
Block a user