diff options
author | Mike Baker <mbm@openwrt.org> | 2007-05-10 08:01:55 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2007-05-10 08:01:55 +0000 |
commit | 2bb4aa3e90c0c4e96e06b7615ee761ab0ddc85e9 (patch) | |
tree | 1f50b466d90a4fbe4d8c5636ad8ce5da99ca0b88 /package/busybox/config/miscutils | |
parent | 324c12d220e179e60ea141b42b422b91a184856c (diff) | |
download | upstream-2bb4aa3e90c0c4e96e06b7615ee761ab0ddc85e9.tar.gz upstream-2bb4aa3e90c0c4e96e06b7615ee761ab0ddc85e9.tar.bz2 upstream-2bb4aa3e90c0c4e96e06b7615ee761ab0ddc85e9.zip |
update to busybox 1.4.2 (fixes #1653)
SVN-Revision: 7157
Diffstat (limited to 'package/busybox/config/miscutils')
-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 4e418893f4..7784a82973 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. |