aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-26 09:07:26 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-26 09:07:26 +0000
commita626a99ca55cddc2d28619fb673505135a9f1dec (patch)
tree5331d02fa8a7c869e5fbb200090a958f8811a85b
parente338dd95b45b39a1e3bc307adc98064173a0f9f3 (diff)
downloadbusybox-w32-a626a99ca55cddc2d28619fb673505135a9f1dec.tar.gz
busybox-w32-a626a99ca55cddc2d28619fb673505135a9f1dec.tar.bz2
busybox-w32-a626a99ca55cddc2d28619fb673505135a9f1dec.zip
- 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 01d1fa0a5..2967c14c5 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -299,6 +299,7 @@ config RAIDAUTORUN
299config READAHEAD 299config READAHEAD
300 bool "readahead" 300 bool "readahead"
301 default n 301 default n
302 depends on LFS
302 help 303 help
303 Preload the files listed on the command line into RAM cache so that 304 Preload the files listed on the command line into RAM cache so that
304 subsequent reads on these files will not block on disk I/O. 305 subsequent reads on these files will not block on disk I/O.