projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3da6aa8
)
CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on
author
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 7 Sep 2006 05:43:38 +0000
(
05:43
-0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Thu, 7 Sep 2006 05:43:38 +0000
(
05:43
-0000)
if !CONFIG_NITPICK
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 3a661e274ebe9873df86fda39343a8654db24a3f..e6acf4971621121aa0513cd0c6527ccd1d7fd4a8 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-76,7
+76,7
@@
config CONFIG_FEATURE_VERBOSE_USAGE
config CONFIG_FEATURE_COMPRESS_USAGE
bool "Store applet usage messages in compressed form"
default y
- depends on CONFIG_SHOW_USAGE
&& CONFIG_NITPICK
+ depends on CONFIG_SHOW_USAGE
help
Store usage messages in compressed form, uncompress them on-the-fly
when <applet> --help is called.