12 lines
159 B
Plaintext
12 lines
159 B
Plaintext
#
|
|
# Failsafe Web UI
|
|
#
|
|
|
|
config WEBUI_FAILSAFE
|
|
bool "Enable Failsafe Web UI"
|
|
select MTK_TCP
|
|
select MTK_HTTPD
|
|
default n
|
|
help
|
|
Enable Web based failsafe UI
|