aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-14 17:33:57 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-14 17:33:57 +0000
commite2c7d340518d0d21d812c71e57d81a87a3df7fcb (patch)
treea350e90a71aa7ac7596936119bcd2352ed0c3d22
parent597e70e9e4c185f408ef3f5425b679aa11a9146a (diff)
downloadbusybox-e2c7d340518d0d21d812c71e57d81a87a3df7fcb.tar.gz
- there is no "CONFIG_STANDALONE" in the repository. Also iff there was a
CONFIG_STANDALONE, we'd need to toggle this on per default.
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
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.