diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 08:34:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 08:34:49 +0100 |
commit | 70092108cb10bd663687f2c7c21c279f5c40e233 (patch) | |
tree | 554abb84e6aed46fb47b4c2eea6aaecec89569f5 /package/busybox | |
parent | 6f0464e8edacdd4d63da7ce556494c0c12520582 (diff) | |
parent | fb3ce8f9ddf972e7eac5c2c6998c621e0100bda3 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/config/Config.in b/package/busybox/config/Config.in index 3a5e340ae..40f67caa7 100644 --- a/package/busybox/config/Config.in +++ b/package/busybox/config/Config.in @@ -454,6 +454,7 @@ menu 'Build Options' config BUSYBOX_STATIC bool "Build BusyBox as a static binary (no shared libs)" + default y if ADK_STATIC default n help If you want to build a static BusyBox binary, which does not |