From 6324554beeab7889ab2e56e756eed1d1a67e4b21 Mon Sep 17 00:00:00 2001 From: aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> Date: Fri, 26 Jan 2007 09:03:23 +0000 Subject: - readahead depends on LFS git-svn-id: svn://busybox.net/trunk/busybox@17539 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- miscutils/Config.in | 1 + 1 file changed, 1 insertion(+) 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 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. -- cgit v1.2.3-55-g6feb