aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-01 15:55:11 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-01 15:55:11 +0000
commit8e9c6e5019c3b81ebd6df03687987c46c27d083c (patch)
tree608f73898f3ed5f466dff68189625fa9328a15be /Config.in
parentff1d70b077d247f65a556c65ec4bec54adb72edc (diff)
downloadbusybox-w32-8e9c6e5019c3b81ebd6df03687987c46c27d083c.tar.gz
busybox-w32-8e9c6e5019c3b81ebd6df03687987c46c27d083c.tar.bz2
busybox-w32-8e9c6e5019c3b81ebd6df03687987c46c27d083c.zip
g[un]zip: add support for -v (verbose).
Add CONFIG_DESKTOP, almost all bloat from this change is hidden under that. git-svn-id: svn://busybox.net/trunk/busybox@16283 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index d8f77ad31..cb41f46ae 100644
--- a/Config.in
+++ b/Config.in
@@ -29,6 +29,14 @@ config CONFIG_NITPICK
29 29
30 You have been warned. 30 You have been warned.
31 31
32config 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
32choice 40choice
33 prompt "Buffer allocation policy" 41 prompt "Buffer allocation policy"
34 default CONFIG_FEATURE_BUFFERS_USE_MALLOC 42 default CONFIG_FEATURE_BUFFERS_USE_MALLOC