aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/Config.src')
-rw-r--r--libbb/Config.src2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/Config.src b/libbb/Config.src
index 312aa1831..f97de8ef7 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -334,7 +334,6 @@ config FEATURE_VERBOSE_CP_MESSAGE
334config FEATURE_USE_SENDFILE 334config FEATURE_USE_SENDFILE
335 bool "Use sendfile system call" 335 bool "Use sendfile system call"
336 default y 336 default y
337 select PLATFORM_LINUX
338 help 337 help
339 When enabled, busybox will use the kernel sendfile() function 338 When enabled, busybox will use the kernel sendfile() function
340 instead of read/write loops to copy data between file descriptors 339 instead of read/write loops to copy data between file descriptors
@@ -376,7 +375,6 @@ config FEATURE_SKIP_ROOTFS
376config MONOTONIC_SYSCALL 375config MONOTONIC_SYSCALL
377 bool "Use clock_gettime(CLOCK_MONOTONIC) syscall" 376 bool "Use clock_gettime(CLOCK_MONOTONIC) syscall"
378 default y 377 default y
379 select PLATFORM_LINUX
380 help 378 help
381 Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring 379 Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring
382 time intervals (time, ping, traceroute etc need this). 380 time intervals (time, ping, traceroute etc need this).