diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-02 20:40:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-02 20:40:05 +0200 |
commit | 526b05f7c7a694b10198f2c4d7e246d1a1063843 (patch) | |
tree | 6fb9ff28796bbe3683bc1c219fbd293c518e1515 /target | |
parent | 05c2c84dec5680c85ff6d8f7f5788ba81467d85b (diff) |
add host wget with openssl to avoid wget-gnutls problems
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.tools | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index f7cf5938c..f2aa58c90 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -35,6 +35,10 @@ config ADK_HOST_BUILD_LIBTOOL boolean default y +config ADK_HOST_BUILD_WGET + boolean + default y + # always required, but can be provided by host config ADK_HOST_BUILD_BASH boolean |