Help text update for libbb, talking about make standalone.
This commit is contained in:
parent
e2c7d34051
commit
d6e5083d16
@ -239,11 +239,15 @@ config CONFIG_STATIC
|
|||||||
config CONFIG_BUILD_LIBBUSYBOX
|
config CONFIG_BUILD_LIBBUSYBOX
|
||||||
bool "Build shared libbusybox"
|
bool "Build shared libbusybox"
|
||||||
default n
|
default n
|
||||||
default y if CONFIG_STANDALONE
|
|
||||||
help
|
help
|
||||||
Build a shared library libbusybox.so which contains all
|
Build a shared library libbusybox.so which contains all
|
||||||
libraries used inside busybox.
|
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
|
config CONFIG_FEATURE_FULL_LIBBUSYBOX
|
||||||
bool "Feature-complete libbusybox"
|
bool "Feature-complete libbusybox"
|
||||||
default n if !CONFIG_FEATURE_SHARED_BUSYBOX
|
default n if !CONFIG_FEATURE_SHARED_BUSYBOX
|
||||||
|
Loading…
Reference in New Issue
Block a user