summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-01-26 09:07:26 +0000
committerBernhard Reutner-Fischer2007-01-26 09:07:26 +0000
commita626a99ca55cddc2d28619fb673505135a9f1dec (patch)
tree5331d02fa8a7c869e5fbb200090a958f8811a85b
parente338dd95b45b39a1e3bc307adc98064173a0f9f3 (diff)
downloadbusybox-a626a99ca55cddc2d28619fb673505135a9f1dec.zip
busybox-a626a99ca55cddc2d28619fb673505135a9f1dec.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 01d1fa0..2967c14 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.