diff options
-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. |