diff options
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/networking/Config.src b/networking/Config.src index e56646917..15a696876 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -181,14 +181,6 @@ config FEATURE_HTTPD_RANGES | |||
181 | "Range: bytes=NNN-[MMM]" header. Allows for resuming interrupted | 181 | "Range: bytes=NNN-[MMM]" header. Allows for resuming interrupted |
182 | downloads, seeking in multimedia players etc. | 182 | downloads, seeking in multimedia players etc. |
183 | 183 | ||
184 | config FEATURE_HTTPD_USE_SENDFILE | ||
185 | bool "Use sendfile system call" | ||
186 | default y | ||
187 | depends on HTTPD | ||
188 | help | ||
189 | When enabled, httpd will use the kernel sendfile() function | ||
190 | instead of read/write loop. | ||
191 | |||
192 | config FEATURE_HTTPD_SETUID | 184 | config FEATURE_HTTPD_SETUID |
193 | bool "Enable -u <user> option" | 185 | bool "Enable -u <user> option" |
194 | default y | 186 | default y |