diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-30 18:12:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-30 18:12:41 +0200 |
commit | 3b513e5acf1524d3974e90fdab332c2b794a622f (patch) | |
tree | 60f8324b6855252aa385bfc23025fc6b1a394c49 /target | |
parent | 44422107fcae7591bc9ee0ca54fa580160345e4a (diff) |
build host tools on demand, when not available on the host
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.tools | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index 8ef6ee2d7..c4c0ae23e 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -2,17 +2,17 @@ config ADK_HOST_NEED_HEIRLOOM_CPIO boolean default y -config ADK_HOST_NEED_BC +config ADK_HOST_NEED_MKCRYPT boolean default y -config ADK_HOST_NEED_MKCRYPT +config ADK_HOST_NEED_BC boolean - default y + default n config ADK_HOST_NEED_FILE boolean - default y + default n config ADK_HOST_NEED_BZIP2 boolean @@ -66,3 +66,5 @@ config ADK_HOST_NEED_PCRE boolean default y if ADK_HOST_DARWIN default n + +source "target/config/Config.in.prereq" |