Merged in w8jcik/apps/w8jcik/the-config_netutils_httpd_path-constant--1488710144755 (pull request #65)
Missing NETUTILS_HTTPD_PATH added to Kconfig Approved-by: Gregory Nutt
This commit is contained in:
commit
b32efa11dd
@ -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