From e2c7d340518d0d21d812c71e57d81a87a3df7fcb Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 14 Jun 2006 17:33:57 +0000 Subject: [PATCH] - there is no "CONFIG_STANDALONE" in the repository. Also iff there was a CONFIG_STANDALONE, we'd need to toggle this on per default. --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.