You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/01/31 18:06:27 UTC

[incubator-nuttx-apps] branch master updated: neutils/thttpd: Remove CONFIG_SDCLONE_DISABLE

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 60989b1  neutils/thttpd: Remove CONFIG_SDCLONE_DISABLE
60989b1 is described below

commit 60989b196c2fa255b2c5f2a41a87c46ae9947b07
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Mon Jan 31 23:45:25 2022 +0800

    neutils/thttpd: Remove CONFIG_SDCLONE_DISABLE
    
    since this option doesn't exist anymore
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 netutils/thttpd/config.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/netutils/thttpd/config.h b/netutils/thttpd/config.h
index 06c1233..acbbef4 100644
--- a/netutils/thttpd/config.h
+++ b/netutils/thttpd/config.h
@@ -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