Make uncompress a seperate applet so it doesnt pull in all the gunzip code
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user