svn commit: branches/busybox_1_4_stable/miscutils

aldot at busybox.net aldot at busybox.net
Fri Jan 26 09:07:27 UTC 2007


Author: aldot
Date: 2007-01-26 01:07:26 -0800 (Fri, 26 Jan 2007)
New Revision: 17540

Log:
- readahead depends on LFS


Modified:
   branches/busybox_1_4_stable/miscutils/Config.in


Changeset:
Modified: branches/busybox_1_4_stable/miscutils/Config.in
===================================================================
--- branches/busybox_1_4_stable/miscutils/Config.in	2007-01-26 09:03:23 UTC (rev 17539)
+++ branches/busybox_1_4_stable/miscutils/Config.in	2007-01-26 09:07:26 UTC (rev 17540)
@@ -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