diff options
author | Bernhard Reutner-Fischer | 2007-01-26 09:07:26 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2007-01-26 09:07:26 +0000 |
commit | a626a99ca55cddc2d28619fb673505135a9f1dec (patch) | |
tree | 5331d02fa8a7c869e5fbb200090a958f8811a85b | |
parent | e338dd95b45b39a1e3bc307adc98064173a0f9f3 (diff) | |
download | busybox-a626a99ca55cddc2d28619fb673505135a9f1dec.zip busybox-a626a99ca55cddc2d28619fb673505135a9f1dec.tar.gz |
- readahead depends on LFS
-rw-r--r-- | miscutils/Config.in | 1 |
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. |