From: Bernhard Reutner-Fischer Date: Fri, 26 Jan 2007 09:07:26 +0000 (-0000) Subject: - readahead depends on LFS X-Git-Tag: 1_4_2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a626a99ca55cddc2d28619fb673505135a9f1dec;p=oweals%2Fbusybox.git - readahead depends on LFS --- 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 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.