mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-10 23:15:18 +00:00
neutils/thttpd: Remove CONFIG_SDCLONE_DISABLE
since this option doesn't exist anymore Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
eeed03b174
commit
60989b196c
1 changed files with 1 additions and 2 deletions
|
|
@ -37,8 +37,7 @@
|
|||
|
||||
#undef CONFIG_THTTPD
|
||||
#if defined(CONFIG_NET) && defined(CONFIG_NET_TCP) && \
|
||||
defined(CONFIG_NET_TCPBACKLOG) && !defined(CONFIG_DISABLE_ENVIRON) && \
|
||||
!defined(CONFIG_SDCLONE_DISABLE)
|
||||
defined(CONFIG_NET_TCPBACKLOG) && !defined(CONFIG_DISABLE_ENVIRON)
|
||||
|
||||
# define CONFIG_THTTPD 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue