From c84140b3d56a0309806369965e15ff6e02365f3f Mon Sep 17 00:00:00 2001 From: Adam Wujek <dev_public@wujek.eu> Date: Sun, 19 Jan 2025 02:48:45 +0100 Subject: [PATCH] [BUG: #266] Kconfig: disable web interface in the default config Change the default value also in Kconfig Signed-off-by: Adam Wujek <dev_public@wujek.eu> --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index ca0fcf74d..6e9da9ab1 100644 --- a/Kconfig +++ b/Kconfig @@ -1354,7 +1354,7 @@ config READ_SFP_DIAG_ENABLE config HTTPD_DISABLE bool "Disable web interface" - default n + default y help Disable web interface. -- GitLab