diff options
Diffstat (limited to 'util-linux/ionice.c')
-rw-r--r-- | util-linux/ionice.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/ionice.c b/util-linux/ionice.c index c54b3a6e1..c7b7f0373 100644 --- a/util-linux/ionice.c +++ b/util-linux/ionice.c | |||
@@ -7,12 +7,12 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | //config:config IONICE | 9 | //config:config IONICE |
10 | //config: bool "ionice" | 10 | //config: bool "ionice (3.6 kb)" |
11 | //config: default y | 11 | //config: default y |
12 | //config: select PLATFORM_LINUX | 12 | //config: select PLATFORM_LINUX |
13 | //config: help | 13 | //config: help |
14 | //config: Set/set program io scheduling class and priority | 14 | //config: Set/set program io scheduling class and priority |
15 | //config: Requires kernel >= 2.6.13 | 15 | //config: Requires kernel >= 2.6.13 |
16 | 16 | ||
17 | //applet:IF_IONICE(APPLET(ionice, BB_DIR_BIN, BB_SUID_DROP)) | 17 | //applet:IF_IONICE(APPLET(ionice, BB_DIR_BIN, BB_SUID_DROP)) |
18 | 18 | ||