aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-01-15 02:23:59 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-01-15 02:23:59 +0000
commitb919add9cae90a572c8472bb059416bed3662c12 (patch)
treeab37892be496322e48226aeebad581b117dc7ca3 /package/busybox
parentf13bde287e97f02127b78c2b6469f4575cdc69f2 (diff)
downloadupstream-b919add9cae90a572c8472bb059416bed3662c12.tar.gz
upstream-b919add9cae90a572c8472bb059416bed3662c12.tar.bz2
upstream-b919add9cae90a572c8472bb059416bed3662c12.zip
disable use of sendfile() for httpd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10200 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/networking/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index 186e94509a..0dbe42d8b7 100644
--- a/package/busybox/config/networking/Config.in
+++ b/package/busybox/config/networking/Config.in
@@ -94,7 +94,7 @@ config BUSYBOX_CONFIG_FEATURE_HTTPD_RANGES
config BUSYBOX_CONFIG_FEATURE_HTTPD_USE_SENDFILE
bool "Use sendfile system call"
- default y
+ default n
depends on BUSYBOX_CONFIG_HTTPD
help
When enabled, httpd will use the kernel sendfile() function