- there is no "CONFIG_STANDALONE" in the repository. Also iff there was a

CONFIG_STANDALONE, we'd need to toggle this on per default.
This commit is contained in:
Bernhard Reutner-Fischer 2006-06-14 17:33:57 +00:00
parent 597e70e9e4
commit e2c7d34051

View File

@ -238,8 +238,8 @@ config CONFIG_STATIC
config CONFIG_BUILD_LIBBUSYBOX
bool "Build shared libbusybox"
depends on CONFIG_STANDALONE
default n
default y if CONFIG_STANDALONE
help
Build a shared library libbusybox.so which contains all
libraries used inside busybox.