diff options
author | Rob Landley <rob@landley.net> | 2006-06-15 15:04:53 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-15 15:04:53 +0000 |
commit | d6e5083d16c940e36312f4a1b52317dcfc32c011 (patch) | |
tree | 1fd316f60ead6a1e04b8927bb0c9669190494891 | |
parent | e2c7d340518d0d21d812c71e57d81a87a3df7fcb (diff) | |
download | busybox-d6e5083d16c940e36312f4a1b52317dcfc32c011.tar.gz |
Help text update for libbb, talking about make standalone.
-rw-r--r-- | Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -239,11 +239,15 @@ config CONFIG_STATIC config CONFIG_BUILD_LIBBUSYBOX bool "Build shared libbusybox" default n - default y if CONFIG_STANDALONE help Build a shared library libbusybox.so which contains all libraries used inside busybox. + This is an experimental feature intended to support the upcoming + "make standalone" mode. Enabling it against the one big busybox + binary serves no purpose (and increases the size). You should + almost certainly say "no" to this right now. + config CONFIG_FEATURE_FULL_LIBBUSYBOX bool "Feature-complete libbusybox" default n if !CONFIG_FEATURE_SHARED_BUSYBOX |