projects
/
openwrt
/
staging
/
florian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edda8ec
)
busybox: Enable sendfile by default
author
Daniel Engberg
<
[email protected]
>
Fri, 21 Apr 2017 08:36:39 +0000
(10:36 +0200)
committer
Felix Fietkau
<
[email protected]
>
Wed, 26 Apr 2017 11:40:37 +0000
(13:40 +0200)
Enable sendfile system call by default.
http://lists.busybox.net/pipermail/busybox-cvs/2014-November/034831.html
Signed-off-by: Daniel Engberg <
[email protected]
>
package/utils/busybox/Config-defaults.in
patch
|
blob
|
history
diff --git
a/package/utils/busybox/Config-defaults.in
b/package/utils/busybox/Config-defaults.in
index 29cc475e4baf289f0977e38a92aa661e83fcac01..9438cb26e70395f25a4fe4b6fb8ec3289602f331 100644
(file)
--- a/
package/utils/busybox/Config-defaults.in
+++ b/
package/utils/busybox/Config-defaults.in
@@
-273,7
+273,7
@@
config BUSYBOX_DEFAULT_FEATURE_VERBOSE_CP_MESSAGE
default n
config BUSYBOX_DEFAULT_FEATURE_USE_SENDFILE
bool
- default
n
+ default
y
config BUSYBOX_DEFAULT_FEATURE_COPYBUF_KB
int
default 4