aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 285fe0a19..07b4bf36b 100644
--- a/Config.in
+++ b/Config.in
@@ -267,6 +267,7 @@ config PAM
267config FEATURE_USE_SENDFILE 267config 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