aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-26 09:03:23 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-26 09:03:23 +0000
commit6324554beeab7889ab2e56e756eed1d1a67e4b21 (patch)
tree35a702aa2b18bb126b71c4b7b00f41cc3ada36fc
parent084d8701798c5970fe0cb43584a03296e34e34ca (diff)
downloadbusybox-w32-6324554beeab7889ab2e56e756eed1d1a67e4b21.tar.gz
busybox-w32-6324554beeab7889ab2e56e756eed1d1a67e4b21.tar.bz2
busybox-w32-6324554beeab7889ab2e56e756eed1d1a67e4b21.zip
- readahead depends on LFS
git-svn-id: svn://busybox.net/trunk/busybox@17539 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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
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.