diff options
Diffstat (limited to 'miscutils/bbconfig.c')
-rw-r--r-- | miscutils/bbconfig.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/miscutils/bbconfig.c b/miscutils/bbconfig.c index faaacad18..045aca211 100644 --- a/miscutils/bbconfig.c +++ b/miscutils/bbconfig.c | |||
@@ -5,22 +5,22 @@ | |||
5 | //config: bool "bbconfig (9.7 kb)" | 5 | //config: bool "bbconfig (9.7 kb)" |
6 | //config: default n | 6 | //config: default n |
7 | //config: help | 7 | //config: help |
8 | //config: The bbconfig applet will print the config file with which | 8 | //config: The bbconfig applet will print the config file with which |
9 | //config: busybox was built. | 9 | //config: busybox was built. |
10 | //config: | 10 | //config: |
11 | //config:config FEATURE_COMPRESS_BBCONFIG | 11 | //config:config FEATURE_COMPRESS_BBCONFIG |
12 | //config: bool "Compress bbconfig data" | 12 | //config: bool "Compress bbconfig data" |
13 | //config: default y | 13 | //config: default y |
14 | //config: depends on BBCONFIG | 14 | //config: depends on BBCONFIG |
15 | //config: help | 15 | //config: help |
16 | //config: Store bbconfig data in compressed form, uncompress them on-the-fly | 16 | //config: Store bbconfig data in compressed form, uncompress them on-the-fly |
17 | //config: before output. | 17 | //config: before output. |
18 | //config: | 18 | //config: |
19 | //config: If you have a really tiny busybox with few applets enabled (and | 19 | //config: If you have a really tiny busybox with few applets enabled (and |
20 | //config: bunzip2 isn't one of them), the overhead of the decompressor might | 20 | //config: bunzip2 isn't one of them), the overhead of the decompressor might |
21 | //config: be noticeable. Also, if you run executables directly from ROM | 21 | //config: be noticeable. Also, if you run executables directly from ROM |
22 | //config: and have very little memory, this might not be a win. Otherwise, | 22 | //config: and have very little memory, this might not be a win. Otherwise, |
23 | //config: you probably want this. | 23 | //config: you probably want this. |
24 | 24 | ||
25 | //applet:IF_BBCONFIG(APPLET(bbconfig, BB_DIR_BIN, BB_SUID_DROP)) | 25 | //applet:IF_BBCONFIG(APPLET(bbconfig, BB_DIR_BIN, BB_SUID_DROP)) |
26 | 26 | ||