Skip to content

Commit

Permalink
don't use sendfile in busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Jul 14, 2015
1 parent fb66b88 commit c21c15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ UCERNVM_RELEASE = $(shell cat release)
KERNEL_VANILLA_VERSION = 3.18.13
KERNEL_CERNVM_RELEASE = 13
BB_UPSTREAM_VERSION = 1.23.2
BB_RELEASE = 1
BB_RELEASE = 2
CURL_UPSTREAM_VERSION = 7.32.0
CURL_RELEASE = 1
DROPBEAR_UPSTREAM_VERSION = 2015.67
Expand Down
2 changes: 1 addition & 1 deletion packages.d/busybox/busybox-config
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CONFIG_LAST_SUPPORTED_WCHAR=0
# CONFIG_UNICODE_NEUTRAL_TABLE is not set
# CONFIG_UNICODE_PRESERVE_BROKEN is not set
# CONFIG_PAM is not set
CONFIG_FEATURE_USE_SENDFILE=y
CONFIG_FEATURE_USE_SENDFILE=n
CONFIG_LONG_OPTS=y
CONFIG_FEATURE_DEVPTS=y
# CONFIG_FEATURE_CLEAN_UP is not set
Expand Down

0 comments on commit c21c15e

Please sign in to comment.