diff mbox series

[3/4] Kconfig: Unify swuforwarder unavailability messages

Message ID 20200930231528.2179-4-bastiangermann@fishpost.de
State Accepted
Headers show
Series Minor Kconfig changes | expand

Commit Message

Bastian Germann Sept. 30, 2020, 11:15 p.m. UTC
Signed-off-by: Bastian Germann <bastiangermann@fishpost.de>
---
 handlers/Config.in | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/handlers/Config.in b/handlers/Config.in
index a9cbcf4..5eea1ab 100644
--- a/handlers/Config.in
+++ b/handlers/Config.in
@@ -226,13 +226,10 @@  config SWUFORWARDER_HANDLER
 	  embedded SWU to the other devices using the
 	  Webserver REST API.
 
-comment "swuforward handler needs json-c and curl"
+comment "swuforward handler needs json-c and libcurl"
 	depends on !HAVE_JSON_C || !HAVE_LIBCURL
 
-comment "SWU forwarder requires libcurl"
-	depends on !HAVE_LIBCURL
-
-comment "swuforward handler needs json-c and curl"
+comment "swuforward handler needs websockets and uriparser"
 	depends on !HAVE_LIBWEBSOCKETS || !HAVE_URIPARSER
 
 config BOOTLOADERHANDLER