aboutsummaryrefslogtreecommitdiff
path: root/miscutils/bbconfig.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-07-24 11:40:28 +0100
committerRon Yorston <rmy@pobox.com>2017-07-24 12:03:28 +0100
commit60411636073cdc08e8005f0de00098e6dd00eaf5 (patch)
tree58673b64af1e663280be81f798c8f66ce116d1dd /miscutils/bbconfig.c
parenteeceafbc5c4caf513c6d92b7d71ecb0ccd89a3f8 (diff)
parentb72f1ef17b97802d33f0ac522f64bea0f65442c5 (diff)
downloadbusybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.gz
busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.tar.bz2
busybox-w32-60411636073cdc08e8005f0de00098e6dd00eaf5.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'miscutils/bbconfig.c')
-rw-r--r--miscutils/bbconfig.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/miscutils/bbconfig.c b/miscutils/bbconfig.c
index 5320c6966..bcc9caa7c 100644
--- a/miscutils/bbconfig.c
+++ b/miscutils/bbconfig.c
@@ -2,25 +2,25 @@
2/* This file was released into the public domain by Paul Fox. 2/* This file was released into the public domain by Paul Fox.
3 */ 3 */
4//config:config BBCONFIG 4//config:config BBCONFIG
5//config: bool "bbconfig" 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