The CONFIG_NETUTILS_HTTPD_PATH constant is used by httpd_mmap.c and httpd_sendfile.c but It was not present in Kconfig menu.
This commit is contained in:
parent
ca95abd311
commit
c58bfb7f84
@ -127,6 +127,11 @@ config NETUTILS_HTTPD_SENDFILE
|
||||
|
||||
endchoice
|
||||
|
||||
config NETUTILS_HTTPD_PATH
|
||||
string "Location of the files"
|
||||
depends on NETUTILS_HTTPD_MMAP || NETUTILS_HTTPD_SENDFILE
|
||||
default "/mnt"
|
||||
|
||||
config NETUTILS_HTTPD_KEEPALIVE_DISABLE
|
||||
bool "Keepalive Disable"
|
||||
default y if !NETUTILS_HTTPD_TIMEOUT
|
||||
|
Loading…
Reference in New Issue
Block a user