diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-14 14:40:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-14 14:40:31 +0200 |
commit | f7bb2f756421b8e2a9e0bb8a010713b48c44969d (patch) | |
tree | 5e4efdea9a5212248ed5be164fb985ec4e1145db /target/config | |
parent | 64d6047788b6201a9b026a6841dd25f8d0a0d00b (diff) | |
parent | 7209a2a3b092d9964a8c8aa48d2b8d1d42d41738 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.tools | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.tools b/target/config/Config.in.tools index b3e900bb3..d66a7e400 100644 --- a/target/config/Config.in.tools +++ b/target/config/Config.in.tools @@ -14,6 +14,7 @@ config ADK_HOST_BUILD_BASH config ADK_HOST_BUILD_BC boolean + select ADK_HOST_BUILD_FLEX default n config ADK_HOST_BUILD_BISON @@ -40,6 +41,10 @@ config ADK_HOST_BUILD_M4 boolean default n +config ADK_HOST_BUILD_PATCH + boolean + default n + config ADK_HOST_BUILD_PKGCONF boolean default n |