diff options
-rw-r--r-- | Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -267,6 +267,7 @@ config PAM | |||
267 | config FEATURE_USE_SENDFILE | 267 | config FEATURE_USE_SENDFILE |
268 | bool "Use sendfile system call" | 268 | bool "Use sendfile system call" |
269 | default y | 269 | default y |
270 | select PLATFORM_LINUX | ||
270 | help | 271 | help |
271 | When enabled, busybox will use the kernel sendfile() function | 272 | When enabled, busybox will use the kernel sendfile() function |
272 | instead of read/write loops to copy data between file descriptors | 273 | instead of read/write loops to copy data between file descriptors |