Skip to content
Snippets Groups Projects
Commit c84140b3 authored by Adam Wujek's avatar Adam Wujek
Browse files

[BUG: #266] Kconfig: disable web interface in the default config


Change the default value also in Kconfig

Signed-off-by: default avatarAdam Wujek <dev_public@wujek.eu>
parent 6954a4e2
Branches
Tags
No related merge requests found
...@@ -1354,7 +1354,7 @@ config READ_SFP_DIAG_ENABLE ...@@ -1354,7 +1354,7 @@ config READ_SFP_DIAG_ENABLE
config HTTPD_DISABLE config HTTPD_DISABLE
bool "Disable web interface" bool "Disable web interface"
default n default y
help help
Disable web interface. Disable web interface.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment