diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-10 08:01:55 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-10 08:01:55 +0000 |
commit | 7a5c6744213c2db8419b4ce5f8c76afce3501479 (patch) | |
tree | a446379780ec5f789b1d5ab0bc2beb6960ecad85 /package/busybox/config | |
parent | d4451582d7ae78dbf0fd5ea41cc1a116afaf16bf (diff) |
update to busybox 1.4.2 (fixes #1653)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7157 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config')
-rw-r--r-- | package/busybox/config/miscutils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/config/miscutils/Config.in b/package/busybox/config/miscutils/Config.in index 4e418893f..7784a8297 100644 --- a/package/busybox/config/miscutils/Config.in +++ b/package/busybox/config/miscutils/Config.in @@ -305,6 +305,7 @@ config BUSYBOX_CONFIG_RAIDAUTORUN config BUSYBOX_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. |