From: Bernhard Reutner-Fischer Date: Wed, 14 Jun 2006 17:33:57 +0000 (-0000) Subject: - there is no "CONFIG_STANDALONE" in the repository. Also iff there was a X-Git-Tag: 1_2_0~140 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2c7d340518d0d21d812c71e57d81a87a3df7fcb;p=oweals%2Fbusybox.git - there is no "CONFIG_STANDALONE" in the repository. Also iff there was a CONFIG_STANDALONE, we'd need to toggle this on per default. --- diff --git a/Config.in b/Config.in index 188f0f905..d2c62b618 100644 --- a/Config.in +++ b/Config.in @@ -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.