mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-24 05:18:14 +00:00
busybox: Enable sendfile by default
Enable sendfile system call by default. http://lists.busybox.net/pipermail/busybox-cvs/2014-November/034831.html Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
edda8ecd79
commit
dca2966b77
@ -273,7 +273,7 @@ config BUSYBOX_DEFAULT_FEATURE_VERBOSE_CP_MESSAGE
|
|||||||
default n
|
default n
|
||||||
config BUSYBOX_DEFAULT_FEATURE_USE_SENDFILE
|
config BUSYBOX_DEFAULT_FEATURE_USE_SENDFILE
|
||||||
bool
|
bool
|
||||||
default n
|
default y
|
||||||
config BUSYBOX_DEFAULT_FEATURE_COPYBUF_KB
|
config BUSYBOX_DEFAULT_FEATURE_COPYBUF_KB
|
||||||
int
|
int
|
||||||
default 4
|
default 4
|
||||||
|
Loading…
Reference in New Issue
Block a user