aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-26 09:03:23 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-26 09:03:23 +0000
commitf98d637ba4763e296491bc298df5d99f1105bd19 (patch)
tree35a702aa2b18bb126b71c4b7b00f41cc3ada36fc
parent5b6195c9bcf5536ec7c921f867573f51e6e4423f (diff)
downloadbusybox-f98d637ba4763e296491bc298df5d99f1105bd19.tar.gz
- readahead depends on LFS
-rw-r--r--miscutils/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 405554352..5afeb2a7e 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -299,6 +299,7 @@ config RAIDAUTORUN
config READAHEAD
bool "readahead"
default n
+ depends on LFS
help
Preload the files listed on the command line into RAM cache so that
subsequent reads on these files will not block on disk I/O.