mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-29 13:20:49 +00:00
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
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue