svn commit: trunk/busybox/miscutils

aldot at busybox.net aldot at busybox.net
Fri Jan 26 01:03:24 PST 2007


Author: aldot
Date: 2007-01-26 01:03:23 -0800 (Fri, 26 Jan 2007)
New Revision: 17539

Log:
- readahead depends on LFS


Modified:
   trunk/busybox/miscutils/Config.in


Changeset:
Modified: trunk/busybox/miscutils/Config.in
===================================================================
--- trunk/busybox/miscutils/Config.in	2007-01-26 08:55:28 UTC (rev 17538)
+++ trunk/busybox/miscutils/Config.in	2007-01-26 09:03:23 UTC (rev 17539)
@@ -299,6 +299,7 @@
 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.



More information about the busybox-cvs mailing list