diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-19 14:32:54 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-19 14:32:54 +0200 |
commit | ae178cee3d439c874d6f9bb337cb77dfe8cd59d5 (patch) | |
tree | 15b23d1e4fc178f2a27ee473a3d74338a8a995d8 /miscutils/readahead.c | |
parent | a165603d24dc3b5080859abfa834d092f456489d (diff) | |
download | busybox-w32-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.tar.gz busybox-w32-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.tar.bz2 busybox-w32-ae178cee3d439c874d6f9bb337cb77dfe8cd59d5.zip |
Update remaining menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/readahead.c')
-rw-r--r-- | miscutils/readahead.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/readahead.c b/miscutils/readahead.c index b8e9b257f..eb966b0f0 100644 --- a/miscutils/readahead.c +++ b/miscutils/readahead.c | |||
@@ -10,7 +10,7 @@ | |||
10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
11 | */ | 11 | */ |
12 | //config:config READAHEAD | 12 | //config:config READAHEAD |
13 | //config: bool "readahead" | 13 | //config: bool "readahead (2 kb)" |
14 | //config: default y | 14 | //config: default y |
15 | //config: depends on LFS | 15 | //config: depends on LFS |
16 | //config: select PLATFORM_LINUX | 16 | //config: select PLATFORM_LINUX |