diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-25 00:13:27 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-25 00:13:27 +0200 |
commit | 503a07cab24a1e58099a04970babd2b761469449 (patch) | |
tree | f96b01fd405adcbcbeed0086389da27bd1a07ccc /init | |
parent | b2d95147c989448f23cc59c63b83e2d89f0bd9cd (diff) | |
download | busybox-w32-503a07cab24a1e58099a04970babd2b761469449.tar.gz busybox-w32-503a07cab24a1e58099a04970babd2b761469449.tar.bz2 busybox-w32-503a07cab24a1e58099a04970babd2b761469449.zip |
Apply post-1.17.0 fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/bootchartd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/bootchartd.c b/init/bootchartd.c index b3e08af92..dae2fe6e9 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c | |||
@@ -18,7 +18,7 @@ | |||
18 | //config: and stopped using bootchartd stop. | 18 | //config: and stopped using bootchartd stop. |
19 | //config: | 19 | //config: |
20 | //config:config FEATURE_BOOTCHARTD_BLOATED_HEADER | 20 | //config:config FEATURE_BOOTCHARTD_BLOATED_HEADER |
21 | //config: bool "bootchartd" | 21 | //config: bool "Compatible, bloated header" |
22 | //config: default y | 22 | //config: default y |
23 | //config: depends on BOOTCHARTD | 23 | //config: depends on BOOTCHARTD |
24 | //config: help | 24 | //config: help |
@@ -35,7 +35,7 @@ | |||
35 | //config: makes bootchartd applet to dump a subset of it. | 35 | //config: makes bootchartd applet to dump a subset of it. |
36 | //config: | 36 | //config: |
37 | //config:config FEATURE_BOOTCHARTD_CONFIG_FILE | 37 | //config:config FEATURE_BOOTCHARTD_CONFIG_FILE |
38 | //config: bool "bootchartd" | 38 | //config: bool "Support bootchartd.conf" |
39 | //config: default y | 39 | //config: default y |
40 | //config: depends on BOOTCHARTD | 40 | //config: depends on BOOTCHARTD |
41 | //config: help | 41 | //config: help |