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 | b21049660fd1ea5d4ea40138ad02f0facc876289 (patch) | |
tree | a446379780ec5f789b1d5ab0bc2beb6960ecad85 /package/busybox/config | |
parent | 789da134321da01dc4d6b07a6d4f75924bc9a18e (diff) | |
download | upstream-b21049660fd1ea5d4ea40138ad02f0facc876289.tar.gz upstream-b21049660fd1ea5d4ea40138ad02f0facc876289.tar.bz2 upstream-b21049660fd1ea5d4ea40138ad02f0facc876289.zip |
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 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. |