summaryrefslogtreecommitdiff
path: root/package/busybox/config/libbb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@infonline.de>2021-04-09 22:39:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-04-10 01:12:32 +0200
commitcc2191d76da8bb84bd4f52727b24a6b5bd94ec6b (patch)
tree2d2a7c88a7b88481458bb340606e108420b0b321 /package/busybox/config/libbb
parent2216ca2b8083610de7058b86e9716ea23acf2fa4 (diff)
update busybox/hush to latest
Diffstat (limited to 'package/busybox/config/libbb')
-rw-r--r--package/busybox/config/libbb/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/busybox/config/libbb/Config.in b/package/busybox/config/libbb/Config.in
index 84bed23ea..1dd61c62e 100644
--- a/package/busybox/config/libbb/Config.in
+++ b/package/busybox/config/libbb/Config.in
@@ -390,7 +390,6 @@ config BUSYBOX_FEATURE_VERBOSE_CP_MESSAGE
config BUSYBOX_FEATURE_USE_SENDFILE
bool "Use sendfile system call"
default y
- select BUSYBOX_PLATFORM_LINUX
help
When enabled, busybox will use the kernel sendfile() function
instead of read/write loops to copy data between file descriptors
@@ -432,7 +431,6 @@ config BUSYBOX_FEATURE_SKIP_ROOTFS
config BUSYBOX_MONOTONIC_SYSCALL
bool "Use clock_gettime(CLOCK_MONOTONIC) syscall"
default y
- select BUSYBOX_PLATFORM_LINUX
help
Use clock_gettime(CLOCK_MONOTONIC) syscall for measuring
time intervals (time, ping, traceroute etc need this).