aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-01 23:38:54 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-01 23:38:54 +0000
commitbf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6 (patch)
tree4f0dbf581511eaaa3f0f86878f7e693a9faac6ce /sysdeps
parentd6aec8619d1713f90dba9999fa8dc52976aad1bd (diff)
downloadbusybox-bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6.tar.gz
Make uncompress a seperate applet so it doesnt pull in all the gunzip code
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/linux/config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/linux/config.in b/sysdeps/linux/config.in
index c1860556d..ca7d97d4b 100644
--- a/sysdeps/linux/config.in
+++ b/sysdeps/linux/config.in
@@ -14,7 +14,6 @@ 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
bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID
if [ "$CONFIG_FEATURE_SUID" = "y" ]; then