diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-01 23:38:54 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-01 23:38:54 +0000 |
commit | 86e8c1288073da2a848e8e119555cd945f802101 (patch) | |
tree | 4f0dbf581511eaaa3f0f86878f7e693a9faac6ce /sysdeps/linux | |
parent | 71d4d854e50d2ae06e8d542b60b386cf25a1e0c9 (diff) | |
download | busybox-w32-86e8c1288073da2a848e8e119555cd945f802101.tar.gz busybox-w32-86e8c1288073da2a848e8e119555cd945f802101.tar.bz2 busybox-w32-86e8c1288073da2a848e8e119555cd945f802101.zip |
Make uncompress a seperate applet so it doesnt pull in all the gunzip code
git-svn-id: svn://busybox.net/trunk/busybox@5771 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysdeps/linux')
-rw-r--r-- | sysdeps/linux/config.in | 1 |
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 | |||
14 | bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER | 14 | bool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLER |
15 | bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT | 15 | bool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORT |
16 | bool 'Support for devfs' CONFIG_FEATURE_DEVFS | 16 | bool 'Support for devfs' CONFIG_FEATURE_DEVFS |
17 | bool 'Support compress format (.Z) in unzip operations' CONFIG_FEATURE_UNCOMPRESS | ||
18 | bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP | 17 | bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UP |
19 | bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID | 18 | bool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUID |
20 | if [ "$CONFIG_FEATURE_SUID" = "y" ]; then | 19 | if [ "$CONFIG_FEATURE_SUID" = "y" ]; then |