forked from Archive/PX4-Autopilot
Syntax error in last apps/netutils/webserver/Kconfig
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5089 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
parent
d06103b98b
commit
e5581cb0bc
|
@ -19,11 +19,11 @@ config NETUTILS_HTTPD_SCRIPT_DISABLE
|
|||
---help---
|
||||
This option, if selected, will elide the %! scripting
|
||||
|
||||
config NETUTILS_HTTPD_SERVERHEADER_DISABLE, which elides the Server: header
|
||||
config NETUTILS_HTTPD_SERVERHEADER_DISABLE
|
||||
bool "Disabled the SERVER header"
|
||||
default n
|
||||
---help---
|
||||
This option, if selected, will elide the Server: header
|
||||
This option, if selected, will elide the Server\: header
|
||||
|
||||
config NETUTILS_HTTPD_MMAP
|
||||
bool "File mmap-ing"
|
||||
|
|
Loading…
Reference in New Issue