diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-14 17:33:57 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-14 17:33:57 +0000 |
commit | dc9db5ad14e7710fa268a350281bf70eff6a5603 (patch) | |
tree | a350e90a71aa7ac7596936119bcd2352ed0c3d22 /Config.in | |
parent | cdc8fe3cf931c5bd39d1ab22fe3d3f96e2e721cc (diff) | |
download | busybox-w32-dc9db5ad14e7710fa268a350281bf70eff6a5603.tar.gz busybox-w32-dc9db5ad14e7710fa268a350281bf70eff6a5603.tar.bz2 busybox-w32-dc9db5ad14e7710fa268a350281bf70eff6a5603.zip |
- there is no "CONFIG_STANDALONE" in the repository. Also iff there was a
CONFIG_STANDALONE, we'd need to toggle this on per default.
git-svn-id: svn://busybox.net/trunk/busybox@15389 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,8 +238,8 @@ config CONFIG_STATIC | |||
238 | 238 | ||
239 | config CONFIG_BUILD_LIBBUSYBOX | 239 | config CONFIG_BUILD_LIBBUSYBOX |
240 | bool "Build shared libbusybox" | 240 | bool "Build shared libbusybox" |
241 | depends on CONFIG_STANDALONE | ||
242 | default n | 241 | default n |
242 | default y if CONFIG_STANDALONE | ||
243 | help | 243 | help |
244 | Build a shared library libbusybox.so which contains all | 244 | Build a shared library libbusybox.so which contains all |
245 | libraries used inside busybox. | 245 | libraries used inside busybox. |