From 60989b196c2fa255b2c5f2a41a87c46ae9947b07 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 31 Jan 2022 23:45:25 +0800 Subject: [PATCH] neutils/thttpd: Remove CONFIG_SDCLONE_DISABLE since this option doesn't exist anymore Signed-off-by: Xiang Xiao --- 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 06c123336..acbbef4a6 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