X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Config.in;h=6dd4c58e7cff2ca74cdbaab6b8f8a8e58b6f7ac3;hb=c5598177bc4b38d349e4fdbd08d997c170ed2f8b;hp=e7207d0ebc420b5d36455f82565b4acd1d951b17;hpb=81901a096c67b079fced2e63af4e15a2ca50465e;p=oweals%2Fbusybox.git diff --git a/Config.in b/Config.in index e7207d0eb..6dd4c58e7 100644 --- a/Config.in +++ b/Config.in @@ -56,6 +56,14 @@ config CONFIG_FEATURE_VERBOSE_USAGE busybox binary. In the default configuration, this will add about 13k, but it can add much more depending on your configuration. +config CONFIG_FEATURE_COMPRESS_USAGE + bool "Store applet usage messages in compressed form" + default y + depends on CONFIG_SHOW_USAGE + help + Store usage messages in compressed form, uncompress them on-the-fly + when --help is called. + config CONFIG_FEATURE_INSTALLER bool "Support --install [-s] to install applet links at runtime" default n @@ -183,17 +191,9 @@ config CONFIG_STATIC Most people will leave this set to 'N'. -# The busybox shared library feature is there so make standalone can produce -# smaller applets. Since make standalone isn't in yet, there's nothing using -# this yet, and so it's disabled. -config CONFIG_DISABLE_SHARED - bool - default n - config CONFIG_BUILD_LIBBUSYBOX bool "Build shared libbusybox" - default n - depends on CONFIG_DISABLE_SHARED + default y help Build a shared library libbusybox.so which contains all libraries used inside busybox. @@ -345,7 +345,7 @@ config CONFIG_DEBUG_YANK_SUSv2 bool "Disable obsolete features removed before SUSv3?" default y help - This option will disable backwards compatability with SuSv2, + This option will disable backwards compatibility with SuSv2, specifically, old-style numeric options ('command -1 ') will not be supported in head, tail, and fold. (Note: should yank from renice too.)