aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRobert Griebl <griebl@gmx.de>2002-05-15 22:13:47 +0000
committerRobert Griebl <griebl@gmx.de>2002-05-15 22:13:47 +0000
commitf6495eb7670063c0e9040c3eb3a0f1087d762a6a (patch)
treea53533813c8dc4c953532a679fc34d6903e0c3a0 /sysdeps
parent7ac868460a90e1de4a2f45229f22f1cd07370c05 (diff)
downloadbusybox-f6495eb7670063c0e9040c3eb3a0f1087d762a6a.tar.gz
Support old-style compress (.Z) files via libbb / unzip( ) calls
(configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip)
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/linux/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in
index c1461602a..f1b064a40 100644
--- a/sysdeps/linux/config.in
+++ b/sysdeps/linux/config.in
@@ -14,6 +14,7 @@ bool 'Show verbose applet usage messages' CONFIG_FEATURE_VERBOSE_USAGE
bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER
bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT
bool 'Support for devfs' CONFIG_FEATURE_DEVFS
+bool 'Support compress format (.Z) in unzip operations' CONFIG_FEATURE_UNCOMPRESS
bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
endmenu