aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux
diff options
context:
space:
mode:
authorsandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-05-15 22:13:47 +0000
committersandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-05-15 22:13:47 +0000
commit1f7475e1780dee89eeba14bf1bf0db37757fd805 (patch)
treea53533813c8dc4c953532a679fc34d6903e0c3a0 /sysdeps/linux
parente10335d680f1bf9d4794983008911dd8acfac45e (diff)
downloadbusybox-w32-1f7475e1780dee89eeba14bf1bf0db37757fd805.tar.gz
busybox-w32-1f7475e1780dee89eeba14bf1bf0db37757fd805.tar.bz2
busybox-w32-1f7475e1780dee89eeba14bf1bf0db37757fd805.zip
Support old-style compress (.Z) files via libbb / unzip( ) calls
(configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) git-svn-id: svn://busybox.net/trunk/busybox@4778 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps/linux')
-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
14bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER 14bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER
15bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT 15bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT
16bool 'Support for devfs' CONFIG_FEATURE_DEVFS 16bool 'Support for devfs' CONFIG_FEATURE_DEVFS
17bool 'Support compress format (.Z) in unzip operations' CONFIG_FEATURE_UNCOMPRESS
17bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP 18bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP
18endmenu 19endmenu
19 20