diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-01 15:55:11 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-01 15:55:11 +0000 |
commit | 97a8dd3857aea9730382e2975a2ee2000fd23ebb (patch) | |
tree | 608f73898f3ed5f466dff68189625fa9328a15be /Config.in | |
parent | f8aa109a9f7c67b291f240fb3ed91da90f26359b (diff) | |
download | busybox-w32-97a8dd3857aea9730382e2975a2ee2000fd23ebb.tar.gz busybox-w32-97a8dd3857aea9730382e2975a2ee2000fd23ebb.tar.bz2 busybox-w32-97a8dd3857aea9730382e2975a2ee2000fd23ebb.zip |
g[un]zip: add support for -v (verbose).
Add CONFIG_DESKTOP, almost all bloat from this change
is hidden under that.
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -29,6 +29,14 @@ config CONFIG_NITPICK | |||
29 | 29 | ||
30 | You have been warned. | 30 | You have been warned. |
31 | 31 | ||
32 | config CONFIG_DESKTOP | ||
33 | bool "Enable options for full-blown desktop systems." | ||
34 | default n | ||
35 | help | ||
36 | Enable options and features which are not essential. | ||
37 | Select this only if you plan to use busybox on full-blown | ||
38 | desktop machine with common Linux distro, not on an ebmbedded box. | ||
39 | |||
32 | choice | 40 | choice |
33 | prompt "Buffer allocation policy" | 41 | prompt "Buffer allocation policy" |
34 | default CONFIG_FEATURE_BUFFERS_USE_MALLOC | 42 | default CONFIG_FEATURE_BUFFERS_USE_MALLOC |