diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-19 08:54:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-19 08:54:27 +0100 |
commit | e9908f5a7a00fc48f7c9dddf7c234ba689b6d759 (patch) | |
tree | 9963dba1eef9234fc6e1ba16591f67fcf951d0da | |
parent | c4d8c6e0b3186b4c29c5ff397fbc12b8fc1196dd (diff) |
use BUSYBOX_STATIC when ADK_STATIC is choosen
-rw-r--r-- | target/config/Config.in.adk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 7544723bf..27b72941e 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -36,6 +36,7 @@ config ADK_DEBUG_STRIP config ADK_STATIC bool "Link applications statically by default" default n + select BUSYBOX_STATIC help Useful for toolchain only target devices. |